Revision f6375a4a
Added by skyjake over 9 years ago
Files
- added
- modified
- copied
- renamed
- deleted
- doomsday
- apps
- api
- dd_share.h (diff)
- def_share.h (diff)
- doomsday.h (diff)
- xgclass.h
- client
- include
- dd_def.h (diff)
- dd_main.h (diff)
- dd_pinit.h (diff)
- de_base.h (diff)
- def_main.h (diff)
- src
- dd_main.cpp (diff)
- def_main.cpp (diff)
- games.cpp (diff)
- include
- libdoomsday
- plugins
- api
- apps
Refactor: Action functions and XG classes moved from def_main to libdoomsday
To facilitate moving `Games` to libdoomsday, the dependent
game-interfacing functionality of querying action functions and XG
classes was moved to libdoomsday.
Consequently also part of the game-facing API (DD_* constants) are
now defined in libdoomsday's gameapi.h (renamed from gameexport.h).