mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-21 19:51:49 +00:00
TONY: Revert 60980e783ef263f3ed5aa708dc3032779d3be923
This commit is contained in:
parent
aca7fac256
commit
68f0c43021
@ -220,7 +220,7 @@ public:
|
||||
virtual ~RMGfxSourceBuffer16();
|
||||
|
||||
// Initialization
|
||||
virtual void create(int dimx, int dimy);
|
||||
void create(int dimx, int dimy);
|
||||
|
||||
int getBpp();
|
||||
virtual void draw(CORO_PARAM, RMGfxTargetBuffer &bigBuf, RMGfxPrimitive *prim);
|
||||
@ -263,7 +263,7 @@ public:
|
||||
virtual ~RMGfxSourceBuffer8();
|
||||
|
||||
// Initialization
|
||||
virtual void create(int dimx, int dimy);
|
||||
void create(int dimx, int dimy);
|
||||
|
||||
int getBpp();
|
||||
virtual void draw(CORO_PARAM, RMGfxTargetBuffer &bigBuf, RMGfxPrimitive *prim);
|
||||
@ -424,7 +424,7 @@ public:
|
||||
RMGfxSourceBuffer4(int dimx, int dimy);
|
||||
|
||||
// Initialization
|
||||
virtual void create(int dimx, int dimy);
|
||||
void create(int dimx, int dimy);
|
||||
|
||||
int getBpp();
|
||||
virtual void draw(CORO_PARAM, RMGfxTargetBuffer &bigBuf, RMGfxPrimitive *prim);
|
||||
|
@ -102,7 +102,7 @@ public:
|
||||
* Initialization and closing
|
||||
*/
|
||||
using RMGfxWoodyBuffer::init;
|
||||
virtual void init();
|
||||
void init();
|
||||
void close();
|
||||
void reset();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user