mirror of
https://github.com/love2d/love.git
synced 2026-08-20 04:30:09 +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.
|
* Get the format the data is encoded in.
|
||||||
**/
|
**/
|
||||||
|
|
||||||
Image::ImageFormat EncodedImageData::getFormat();
|
Image::ImageFormat getFormat();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
@@ -79,4 +79,4 @@ namespace love
|
|||||||
} // image
|
} // image
|
||||||
} // love
|
} // love
|
||||||
|
|
||||||
#endif // LOVE_IMAGE_ENCODED_IMAGE_DATA_H
|
#endif // LOVE_IMAGE_ENCODED_IMAGE_DATA_H
|
||||||
|
|||||||
@@ -30,6 +30,9 @@
|
|||||||
// DevIL
|
// DevIL
|
||||||
#include <IL/il.h>
|
#include <IL/il.h>
|
||||||
|
|
||||||
|
// String
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
namespace love
|
namespace love
|
||||||
{
|
{
|
||||||
namespace image
|
namespace image
|
||||||
@@ -89,4 +92,4 @@ namespace devil
|
|||||||
} // image
|
} // image
|
||||||
} // love
|
} // love
|
||||||
|
|
||||||
#endif // LOVE_DEVIL_IMAGE_DATA_H
|
#endif // LOVE_DEVIL_IMAGE_DATA_H
|
||||||
|
|||||||
Reference in New Issue
Block a user