This commit is contained in:
parent
4af556fcba
commit
d27fbedb88
7 changed files with 48 additions and 36 deletions
|
@ -41,20 +41,6 @@ struct TPAGE_DESC
|
|||
u8 yoffset;
|
||||
};
|
||||
|
||||
struct sTPageInfo
|
||||
{
|
||||
s16 RefCount;
|
||||
FileEquate TPageName;
|
||||
s16 XOfs,YOfs;
|
||||
u16 AnimTexCount;
|
||||
sFrameHdr AnimTexFrame[TPAGE_MAX_ANIM_TEX];
|
||||
};
|
||||
|
||||
struct sTPageCache
|
||||
{
|
||||
sTPageInfo Info[2];
|
||||
};
|
||||
|
||||
/********************************************************************************************************/
|
||||
|
||||
void TPInit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue