diff options
Diffstat (limited to 'NorthstarDLL/core/tier0.h')
-rw-r--r-- | NorthstarDLL/core/tier0.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NorthstarDLL/core/tier0.h b/NorthstarDLL/core/tier0.h index 047610b2..cc9af39e 100644 --- a/NorthstarDLL/core/tier0.h +++ b/NorthstarDLL/core/tier0.h @@ -2,7 +2,7 @@ class IMemAlloc { - public: +public: struct VTable { void* unknown[1]; // alloc debug @@ -25,7 +25,7 @@ class IMemAlloc class CCommandLine { - public: +public: // based on the defs in the 2013 source sdk, but for some reason has an extra function (may be another CreateCmdLine overload?) // these seem to line up with what they should be though virtual void CreateCmdLine(const char* commandline) = 0; |