X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=include%2Fifilesystem.h;h=f497528f42a086b118124f46be938618ee04668c;hp=70b5da92bbb96503b4fb24002f7f98f36bd4df95;hb=265c42d5a54ec436f9463e79e000b5a566a0b296;hpb=a7445040d9648f73613fb4e89b614f1993ce9e64 diff --git a/include/ifilesystem.h b/include/ifilesystem.h index 70b5da92..f497528f 100644 --- a/include/ifilesystem.h +++ b/include/ifilesystem.h @@ -124,7 +124,7 @@ inline VirtualFileSystem& GlobalFileSystem(){ /// \deprecated Use \c openFile. inline int vfsLoadFile( const char* filename, void** buffer, int index = 0 ){ return static_cast( GlobalFileSystem().loadFile( filename, buffer ) ); -}; +} /// \deprecated Deprecated. inline void vfsFreeFile( void* p ){