General improvements

This commit is contained in:
2025-10-28 16:09:14 +02:00
parent 287102dcea
commit b2e1c14618
17 changed files with 242 additions and 19 deletions

View File

@@ -8,6 +8,7 @@
#include "apktool.h"
#include "tier1/utlstring.h"
#include "target.h"
#include "tier2/fileformats/ini.h"
#define FPC_TEMPORAL_DIRNAME ".fpc"
@@ -99,4 +100,6 @@ int __build_stage_##sz()
// Used internally
CUtlVector<CBuildStage*>& BuildStages();
extern IINIFile *g_pConfig;
#endif