This commit is contained in:
parent
1b5d03f9db
commit
cd1c32cfd1
24 changed files with 466 additions and 595 deletions
|
@ -157,6 +157,7 @@ public:
|
|||
void FlipY(void);
|
||||
|
||||
void Resize(int NewWidth,int NewHeight);
|
||||
u8 GetPixel(int PixX,int PixY) { return(Buffa[PixX+(PixY*Width)]);}
|
||||
|
||||
protected:
|
||||
void CopyFrame(Frame const &);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue