diff --git a/r5dev/public/ifilesystem.h b/r5dev/public/ifilesystem.h index 6fa522e0..4adb5aed 100644 --- a/r5dev/public/ifilesystem.h +++ b/r5dev/public/ifilesystem.h @@ -3,6 +3,8 @@ #include #include +#include +#include #include #include @@ -262,7 +264,7 @@ public: // Searches for a file in all paths and results absolute path names for the file, works in pack files (zip and vpk) too // Lets you search for something like sound/sound.cache and get a list of every sound cache - virtual void FindFileAbsoluteList(void* outAbsolutePathNames, const char* pWildCard, const char* pPathID) = 0; // !TODO: First param = 'CUtlVector< CUtlString >&'. + virtual void FindFileAbsoluteList(CUtlVector& outAbsolutePathNames, const char* pWildCard, const char* pPathID) = 0; //-------------------------------------------------------- // File name and directory operations