Fixed a few errors, buildable again

This commit is contained in:
bart@bart
2009-09-04 08:49:39 +02:00
parent 8d17ca0546
commit 41a7c11f9f
2 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -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:
+3
View File
@@ -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