mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Move Com_SwapSaveStruct to a better place
This commit is contained in:
parent
53d5dd1e40
commit
e3936f52a2
4 changed files with 10 additions and 11 deletions
|
@ -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);
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue