Move Com_SwapSaveStruct to a better place

This commit is contained in:
smallmodel 2024-08-23 22:35:13 +02:00
parent 53d5dd1e40
commit e3936f52a2
No known key found for this signature in database
GPG key ID: A96F163ED4891440
4 changed files with 10 additions and 11 deletions

View file

@ -1096,6 +1096,7 @@ const char *Com_GetArchiveFolder();
void Com_WipeSavegame( const char *savename );
qboolean Com_ShiftedStrStr(const char* shifted, const char* name, int offset);
qboolean COM_IsMapValid(const char* name);
void Com_SwapSaveStruct(savegamestruct_t* save);
/*