started working on ini parser

This commit is contained in:
2025-08-20 01:27:25 +03:00
parent 5635cd1d69
commit eff681ca33
47 changed files with 1465 additions and 112 deletions

View File

@@ -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();