mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-11 14:38:38 -04:00
some J2DWindow matches
This commit is contained in:
@@ -61,7 +61,7 @@ public:
|
||||
|
||||
const ResTIMG* getTexInfo() const { return mTexInfo; }
|
||||
u8 getFormat() const { return mTexInfo->format; }
|
||||
s32 getTransparency() { return mTexInfo->alphaEnabled; }
|
||||
s32 getTransparency() const { return mTexInfo->alphaEnabled; }
|
||||
s32 getWidth() const { return mTexInfo->width; }
|
||||
s32 getHeight() const { return mTexInfo->height; }
|
||||
void setCaptureFlag(bool flag) { mFlags &= 2 | flag; }
|
||||
|
||||
Reference in New Issue
Block a user