mirror of
https://github.com/libAthena/athena.git
synced 2025-12-09 05:27:50 +00:00
* Visual Studio fixes (requires VS2013 at the minimum)
This commit is contained in:
@@ -31,8 +31,8 @@ class MCSlot;
|
||||
class MCFile
|
||||
{
|
||||
public:
|
||||
static constexpr char* VERSION_EU_JP = (char*)"AGBZELDA:THE MINISH CAP:ZELDA 3\0";
|
||||
static constexpr char* VERSION_US = (char*)"AGBZELDA:THE MINISH CAP:ZELDA 5\0";
|
||||
static const char VERSION_EU_JP[33];
|
||||
static const char VERSION_US[33];
|
||||
enum SlotType
|
||||
{
|
||||
New = 0x54494E49,
|
||||
@@ -42,7 +42,7 @@ public:
|
||||
|
||||
MCFile();
|
||||
|
||||
static atUint8* unscramble(atUint8* data, atUint32 length);
|
||||
static atUint8* unscramble(atUint8* data, atUint64 length);
|
||||
private:
|
||||
MCSlot* m_slots[3];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user