mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-20 02:15:32 +00:00
Various SCAN fixes + MP3 support
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#include "CResource.h"
|
||||
#include "CStringTable.h"
|
||||
#include "EFormatVersion.h"
|
||||
#include <Core/CToken.h>
|
||||
|
||||
class CScan : public CResource
|
||||
@@ -21,6 +22,7 @@ public:
|
||||
};
|
||||
|
||||
private:
|
||||
EGame mVersion;
|
||||
CResource *mpFrame;
|
||||
CStringTable *mpStringTable;
|
||||
CToken mFrameToken;
|
||||
@@ -33,6 +35,7 @@ public:
|
||||
CScan();
|
||||
~CScan();
|
||||
EResType Type();
|
||||
EGame Version();
|
||||
CStringTable* ScanText();
|
||||
bool IsImportant();
|
||||
bool IsSlow();
|
||||
|
||||
Reference in New Issue
Block a user