]> git.jsancho.org Git - lugaru.git/blobdiff - Source/TGALoader.h
Fixed resolution selection and added 1920x1200 mode for my monitor. :)
[lugaru.git] / Source / TGALoader.h
index 5851c29f3979148e1881ce865a1bfc18af44602a..62e90b05f1daaa7314afed5c0f85578e7c12f80e 100644 (file)
@@ -1,8 +1,10 @@
-#pragma once
-
 #ifndef        _TGA_LOADER_H_
 #define        _TGA_LOADER_H_
 
+#ifdef _MSC_VER
+#pragma once
+#endif
+
 
 /**> HEADER FILES <**/
 #include <stdlib.h>
@@ -38,3 +40,4 @@ TGAImageRec*  LoadTGA( char *filename );
 
 
 #endif
+