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