mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Fixed a few errors, buildable again
This commit is contained in:
@@ -55,7 +55,7 @@ namespace love
|
||||
* Get the format the data is encoded in.
|
||||
**/
|
||||
|
||||
Image::ImageFormat EncodedImageData::getFormat();
|
||||
Image::ImageFormat getFormat();
|
||||
|
||||
private:
|
||||
|
||||
@@ -79,4 +79,4 @@ namespace love
|
||||
} // image
|
||||
} // love
|
||||
|
||||
#endif // LOVE_IMAGE_ENCODED_IMAGE_DATA_H
|
||||
#endif // LOVE_IMAGE_ENCODED_IMAGE_DATA_H
|
||||
|
||||
Reference in New Issue
Block a user