This commit is contained in:
Daveo 2001-06-15 19:19:45 +00:00
parent db91f241c9
commit cd67596117
3 changed files with 46 additions and 9 deletions

View file

@ -55,11 +55,12 @@ private:
void LoadFrameList();
void LoadBmp(sFrame &ThisFrame);
void CheckAndShrinkFrame(sBmp &Bmp);
void CheckAndShrinkFrame(sBmp &Bmp,const char *Filename);
bool IsImageSame(sBmp &Bmp0,sBmp &Bmp1);
void MakePsxGfx(sBmp &Bmp);
void ProcessFrames();
int WritePalette();
int WriteAnimList();
int WriteFrameList();