forked from mirror/openmw-tes3mp
a0a95927c4
- some work on the scripts - fps counter moved to Monster - minor updates git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@80 ea6a568a-9f4f-0410-981a-c910a81bb256
10 lines
152 B
D
10 lines
152 B
D
module monster.modules.all;
|
|
|
|
import monster.modules.io;
|
|
import monster.modules.timer;
|
|
|
|
void initAllModules()
|
|
{
|
|
initIOModule();
|
|
initTimerModule();
|
|
}
|