mirror of
https://github.com/jpd002/Play-.git
synced 2025-05-07 11:13:46 +03:00
Compilation fixes for changes in Framework.
git-svn-id: http://svn.purei.org/purei/trunk@536 b36208d7-6611-0410-8bec-b1987f11c4a2
This commit is contained in:
parent
448f6f1248
commit
4dc20278f2
1 changed files with 2 additions and 2 deletions
|
@ -43,8 +43,8 @@ public:
|
|||
uint32 GetRegister(uint32);
|
||||
void SetRegister(uint32, uint32);
|
||||
|
||||
void LoadState(CZipArchiveReader&);
|
||||
void SaveState(CZipArchiveWriter&);
|
||||
void LoadState(Framework::CZipArchiveReader&);
|
||||
void SaveState(Framework::CZipArchiveWriter&);
|
||||
|
||||
private:
|
||||
enum CONST_MAX_USERREG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue