mirror of
https://github.com/halpz/re3.git
synced 2025-07-14 16:28:13 +00:00
cMusicManager, cDMAudio, radio position save/load, a few commands implemented
This commit is contained in:
@ -5,6 +5,9 @@
|
||||
|
||||
#define SLOT_COUNT (8)
|
||||
|
||||
void InitRadioStationPositionList();
|
||||
uint32 GetSavedRadioStationPosition(int32 station);
|
||||
void PopulateRadioStationPositionList();
|
||||
bool GenericSave(int file);
|
||||
bool GenericLoad();
|
||||
bool ReadInSizeofSaveFileBuffer(int32 &file, uint32 &size);
|
||||
|
Reference in New Issue
Block a user