mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Small ImageData code cleanup.
This commit is contained in:
@@ -33,7 +33,6 @@ class ImageDataBase : public Data
|
||||
{
|
||||
public:
|
||||
|
||||
ImageDataBase();
|
||||
virtual ~ImageDataBase() {}
|
||||
|
||||
PixelFormat getFormat() const;
|
||||
@@ -45,6 +44,8 @@ public:
|
||||
|
||||
protected:
|
||||
|
||||
ImageDataBase(PixelFormat format, int width, int height);
|
||||
|
||||
PixelFormat format;
|
||||
int width;
|
||||
int height;
|
||||
|
||||
Reference in New Issue
Block a user