This commit is contained in:
OM 2023-05-26 23:32:27 +02:00
parent dc45c33c79
commit f3be59f64d
17 changed files with 141 additions and 744 deletions

View file

@ -2482,7 +2482,9 @@ int FS_GetModList( char *listbuf, int bufsize ) {
return nMods;
}
void FS_GetModDescription(const char* modDir, char* description, int descriptionLen) {
// FIXME: unimplemented
}
//============================================================================