improved lots of stuff
This commit is contained in:
@@ -10,10 +10,8 @@ extern "C" void FunnyMain( int argc, char **argv )
|
||||
{
|
||||
CommandLine()->CreateCommandLine(argc, argv);
|
||||
|
||||
filesystem = (IFileSystem*)CreateInterface(FILESYSTEM_INTERFACE_NAME, NULL);
|
||||
filesystem->Init();
|
||||
|
||||
gamewindow = (IGameWindow*)CreateInterface(GAME_WINDOW_INTERFACE_NAME, NULL);
|
||||
gamewindow->Init();
|
||||
|
||||
ServerGameDLL()->Init();
|
||||
|
||||
Reference in New Issue
Block a user