mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +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
|
||||
|
||||
@@ -30,6 +30,9 @@
|
||||
// DevIL
|
||||
#include <IL/il.h>
|
||||
|
||||
// String
|
||||
#include <string.h>
|
||||
|
||||
namespace love
|
||||
{
|
||||
namespace image
|
||||
@@ -89,4 +92,4 @@ namespace devil
|
||||
} // image
|
||||
} // love
|
||||
|
||||
#endif // LOVE_DEVIL_IMAGE_DATA_H
|
||||
#endif // LOVE_DEVIL_IMAGE_DATA_H
|
||||
|
||||
Reference in New Issue
Block a user