X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FTGALoader.h;h=62e90b05f1daaa7314afed5c0f85578e7c12f80e;hb=c33352410441ce5656f7c65eea696b5f799fefeb;hp=5851c29f3979148e1881ce865a1bfc18af44602a;hpb=8562aa5bebc97ea8a61d056aec3847030c6985b7;p=lugaru.git diff --git a/Source/TGALoader.h b/Source/TGALoader.h index 5851c29..62e90b0 100644 --- a/Source/TGALoader.h +++ b/Source/TGALoader.h @@ -1,8 +1,10 @@ -#pragma once - #ifndef _TGA_LOADER_H_ #define _TGA_LOADER_H_ +#ifdef _MSC_VER +#pragma once +#endif + /**> HEADER FILES <**/ #include @@ -38,3 +40,4 @@ TGAImageRec* LoadTGA( char *filename ); #endif +