Quake 4 integrated with DoomRTX

This commit is contained in:
Justin Marshall
2026-05-09 22:10:40 -07:00
parent 8c4a087aa9
commit d37f87e493
436 changed files with 277587 additions and 10254 deletions
+3 -1
View File
@@ -137,7 +137,9 @@ public:
const idKeyValue * MatchPrefix( const char *prefix, const idKeyValue *lastMatch = NULL ) const;
// randomly chooses one of the key/value pairs with the given key prefix and returns it's value
const char * RandomPrefix( const char *prefix, idRandom &random ) const;
#ifdef QUAKE4
const char* RandomPrefix(const char* prefix, idRandom& random, const char* defaultValue) const;
#endif
void WriteToFileHandle( idFile *f ) const;
void ReadFromFileHandle( idFile *f );