started working on ini parser
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
|
||||
#include "ifilesystem.h"
|
||||
#include "tier2/ifilesystem.h"
|
||||
#include "igamewindow.h"
|
||||
#include "materialsystem/materialsystem.h"
|
||||
#include "tier1/interface.h"
|
||||
#include "tier1/commandline.h"
|
||||
#include "tier0/mem.h"
|
||||
@@ -16,6 +17,8 @@ extern "C" void FunnyMain( int argc, char **argv )
|
||||
|
||||
ServerGameDLL()->Init();
|
||||
|
||||
Materials()->Init();
|
||||
|
||||
|
||||
for (;;) {
|
||||
gamewindow->UpdateWindow();
|
||||
|
||||
Reference in New Issue
Block a user