1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-04 22:15:35 +00:00
openmw/monster/modules/all.d
nkorslund 879cc132d5 - improved the fps ticker
- latest Monster source


git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@81 ea6a568a-9f4f-0410-981a-c910a81bb256
2009-01-16 12:56:54 +00:00

12 lines
205 B
D

module monster.modules.all;
import monster.modules.io;
import monster.modules.timer;
import monster.modules.frames;
void initAllModules()
{
initIOModule();
initTimerModule();
initFramesModule();
}