This commit is contained in:
parent
1966aa6f60
commit
2b171295b5
44 changed files with 588 additions and 603 deletions
|
@ -23,15 +23,14 @@ struct sAnim
|
|||
//***************************************************************************
|
||||
struct sBmp
|
||||
{
|
||||
GString Filename;
|
||||
Frame Bmp;
|
||||
int ChkR,ChkG,ChkB;
|
||||
u8 *RGB;
|
||||
u8 *Psx;
|
||||
u8 *Pak;
|
||||
int PsxSize;
|
||||
int PakSize;
|
||||
bool VRamFlag;
|
||||
SprFrame Bmp;
|
||||
int ChkR,ChkG,ChkB;
|
||||
u8 *RGB;
|
||||
u8 *Psx;
|
||||
u8 *Pak;
|
||||
int PsxSize;
|
||||
int PakSize;
|
||||
bool VRamFlag;
|
||||
};
|
||||
|
||||
//***************************************************************************
|
||||
|
@ -39,7 +38,6 @@ class CMkActor
|
|||
{
|
||||
public:
|
||||
CMkActor(GString &ActorName,GString &ActorPath,GString &SpritePath);
|
||||
// ~CMkActor();
|
||||
|
||||
static void SetTPData(const char *Name,int TPBase,int TPW,int TPH);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue