1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-30 09:15:35 +00:00
openmw-tes3mp/monster/modules/all.d
nkorslund 656007cf01 Updated and tested with latest Monster version. Fps ticker and test
script are now simple function-scripts, not classes.


git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@82 ea6a568a-9f4f-0410-981a-c910a81bb256
2009-01-20 08:29:15 +00:00

14 lines
257 B
D

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