mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
WINTERMUTE: Remove useless __inline
This commit is contained in:
parent
3c6c91a604
commit
821a7430da
@ -90,7 +90,7 @@ public:
|
||||
BaseImage *_alphaImage;
|
||||
Common::String _alphaFilename;
|
||||
bool setAlphaImage(const Common::String &filename);
|
||||
__inline byte getAlphaAt(int x, int y) const;
|
||||
byte getAlphaAt(int x, int y) const;
|
||||
void writeAlpha();
|
||||
|
||||
bool seekToTime(uint32 Time);
|
||||
|
Loading…
x
Reference in New Issue
Block a user