diff options
Diffstat (limited to 'sword2/save_rest.h')
| -rw-r--r-- | sword2/save_rest.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sword2/save_rest.h b/sword2/save_rest.h index 9f60c3f7e7..b8e1324cd9 100644 --- a/sword2/save_rest.h +++ b/sword2/save_rest.h @@ -26,14 +26,6 @@ namespace Sword2 { #define SAVE_DESCRIPTION_LEN 64 -uint32 SaveGame(uint16 slotNo, uint8 *description); -uint32 RestoreGame(uint16 slotNo); -uint32 GetSaveDescription(uint16 slotNo, uint8 *description); -bool SaveExists(uint16 slotNo); -void FillSaveBuffer(mem *buffer, uint32 size, uint8 *desc); -uint32 RestoreFromBuffer(mem *buffer, uint32 size); -uint32 FindBufferSize(void); - // Save & Restore error codes #define SR_OK 0x00000000 // No worries |
