This commit is contained in:
parent
9a655b7b82
commit
7a54d45900
1 changed files with 3 additions and 2 deletions
|
@ -101,12 +101,13 @@ inline POLY_FT4 *printFT4Scaled(sFrameHdr *_fh,int _x,int _y,int _xFlip,int _yFl
|
||||||
return(ft4);
|
return(ft4);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Hmm.. why did these used to be private?
|
||||||
private:
|
|
||||||
void prepareFT4(POLY_FT4 *_ft4,sFrameHdr *_fh,int _x,int _y,bool _xFlip,bool _yFlip);
|
void prepareFT4(POLY_FT4 *_ft4,sFrameHdr *_fh,int _x,int _y,bool _xFlip,bool _yFlip);
|
||||||
void prepareFT4Scaled(POLY_FT4 *_ft4,sFrameHdr *_fh,int _x,int _y,bool _xFlip,bool _yFlip,long _z);
|
void prepareFT4Scaled(POLY_FT4 *_ft4,sFrameHdr *_fh,int _x,int _y,bool _xFlip,bool _yFlip,long _z);
|
||||||
void setUVTp(sFrameHdr *_fh,POLY_FT4 *_ft4,int _xFlip,int _yYFlip);
|
void setUVTp(sFrameHdr *_fh,POLY_FT4 *_ft4,int _xFlip,int _yYFlip);
|
||||||
|
|
||||||
|
|
||||||
|
private:
|
||||||
class SpriteBankInstance *m_SpriteBankInstance;
|
class SpriteBankInstance *m_SpriteBankInstance;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue