added forgotten files
This commit is contained in:
@@ -11,10 +11,14 @@ extern "C" void FunnyMain( int argc, char **argv )
|
||||
{
|
||||
CommandLine()->CreateCommandLine(argc, argv);
|
||||
|
||||
void *pFilesystem = Plat_LoadLibrary("libfilesystem.so");
|
||||
CreateInterfaceFn pFilesystemFactory = Sys_GetFactory(pFilesystem);
|
||||
|
||||
filesystem = (IFileSystem*)pFilesystemFactory(FILESYSTEM_INTERFACE_VERSION, NULL);
|
||||
filesystem->Init();
|
||||
|
||||
gamewindow->Init();
|
||||
Materials()->Init();
|
||||
g_pMaterialSystem->Init();
|
||||
|
||||
ServerGameDLL()->Init();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user