• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.gitignoreH A D04-Feb-202114 31

READMEH A D04-Feb-2021433 138

api_audiod.hH A D04-Feb-20212.2 KiB7840

api_audiod_mus.hH A D04-Feb-20212.2 KiB6427

api_audiod_sfx.hH A D04-Feb-20215.1 KiB14285

api_base.hH A D04-Feb-20215.2 KiB15241

api_busy.hH A D04-Feb-20211.4 KiB4416

api_client.hH A D04-Feb-20211.9 KiB6925

api_console.hH A D04-Feb-20213.9 KiB12059

api_def.hH A D04-Feb-20211.5 KiB5320

api_event.hH A D04-Feb-20214 KiB12958

api_filesys.hH A D04-Feb-20213 KiB9129

api_fontrender.hH A D04-Feb-202110.4 KiB313137

api_gl.hH A D04-Feb-202114.4 KiB468337

api_infine.hH A D04-Feb-20214.4 KiB14745

api_internaldata.hH A D04-Feb-20211.5 KiB5117

api_map.hH A D04-Feb-202133.6 KiB823380

api_mapedit.hH A D04-Feb-20216 KiB15861

api_material.hH A D04-Feb-20211.8 KiB6024

api_player.hH A D04-Feb-20216.5 KiB18173

api_render.hH A D04-Feb-20217.2 KiB18562

api_resource.hH A D04-Feb-20216.3 KiB15944

api_server.hH A D04-Feb-20211.4 KiB4716

api_sound.hH A D04-Feb-20215.9 KiB17847

api_svg.hH A D04-Feb-20211.9 KiB5728

api_thinker.hH A D04-Feb-20212 KiB7838

api_uri.hH A D04-Feb-202110.3 KiB29784

apis.hH A D04-Feb-20218 KiB207111

dd_share.hH A D04-Feb-202124 KiB861417

dd_types.hH A D04-Feb-20212.1 KiB6422

dd_version.h.inH A D04-Feb-20213.4 KiB9982

def_share.hH A D04-Feb-20215.5 KiB194143

dengproject.hH A D04-Feb-20211.3 KiB3912

doomsday.hH A D04-Feb-20212.6 KiB11040

README

1
2DOOMSDAY EXECUTABLE PUBLIC API
3
4This folder contains header files for the Doomsday Client and Server
5executables' public APIs: all the functionality made available by the
6executables at runtime. Plugins need to use these APIs for registering hooks
7and accessing the engine's runtime functionality.
8
9Note that in the future, more and more of this functionality will be moving
10into the shared libraries.
11
12See also: libcore, liblegacy
13