1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 03:56:10 +08:00

Fix interface.h includes

This commit is contained in:
GAMMACASE
2023-05-15 03:37:04 +03:00
committed by Nicholas Hastings
parent b58d27b75d
commit 6455c156af
24 changed files with 24 additions and 24 deletions

View File

@ -12,7 +12,7 @@
#endif
#include "tier1/interface.h"
#include "tier0/interface.h"
#include "appframework/IAppSystem.h"
#include "mathlib/vector.h"
#include "mathlib/vector4d.h"