mirror of
https://github.com/libretro/Play-.git
synced 2024-11-30 20:21:25 +00:00
Changes to support move of CZipFile into Framework namespace.
git-svn-id: http://svn.purei.org/purei/trunk@552 b36208d7-6611-0410-8bec-b1987f11c4a2
This commit is contained in:
parent
5ef852659f
commit
11e3bf041d
@ -3,7 +3,7 @@
|
||||
|
||||
#include "zip/ZipFile.h"
|
||||
|
||||
class CMemoryStateFile : public CZipFile
|
||||
class CMemoryStateFile : public Framework::CZipFile
|
||||
{
|
||||
public:
|
||||
CMemoryStateFile(const char*, void*, size_t);
|
||||
|
@ -5,7 +5,7 @@
|
||||
#include "uint128.h"
|
||||
#include <map>
|
||||
|
||||
class CRegisterStateFile : public CZipFile
|
||||
class CRegisterStateFile : public Framework::CZipFile
|
||||
{
|
||||
public:
|
||||
CRegisterStateFile(const char*);
|
||||
|
@ -6,7 +6,7 @@
|
||||
#include "StructFile.h"
|
||||
#include "uint128.h"
|
||||
|
||||
class CStructCollectionStateFile : public CZipFile
|
||||
class CStructCollectionStateFile : public Framework::CZipFile
|
||||
{
|
||||
public:
|
||||
typedef std::map<std::string, CStructFile> StructMap;
|
||||
|
Loading…
Reference in New Issue
Block a user