1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2024-12-23 01:59:43 +08:00

Fixed compile error in filesystem.h and recompiled tier1 for Windows (bug 4509).

This commit is contained in:
Scott Ehlert 2010-07-09 22:43:41 -05:00
parent 3b4ae7caee
commit fc2a5340a7
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -26,6 +26,7 @@
//-----------------------------------------------------------------------------
class CUtlBuffer;
class CUtlString;
class KeyValues;
class IFileList;