diff options
| author | relnev <relnev@5198baeb-e213-0410-be47-fc2ff85ca46f> | 2003-01-07 23:12:30 +0000 |
|---|---|---|
| committer | relnev <relnev@5198baeb-e213-0410-be47-fc2ff85ca46f> | 2003-01-07 23:12:30 +0000 |
| commit | 59d189e9eb3f6570b73d8f6be1a372eb875330e1 (patch) | |
| tree | 48a0f44553c5c1ee7e77b72de298e662e1d42edc /Source/TGALoader.h | |
| parent | 818f47e2d0aaff04ce56dbb9ce373e1930e41284 (diff) | |
| download | blackshades-59d189e9eb3f6570b73d8f6be1a372eb875330e1.tar.gz | |
ifdef MAC'd a lot of headers
git-svn-id: svn://svn.icculus.org/blackshades/trunk@17 5198baeb-e213-0410-be47-fc2ff85ca46f
Diffstat (limited to 'Source/TGALoader.h')
| -rw-r--r-- | Source/TGALoader.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/TGALoader.h b/Source/TGALoader.h index a7b9d9a..19f4cd2 100644 --- a/Source/TGALoader.h +++ b/Source/TGALoader.h @@ -1,4 +1,6 @@ +#ifdef MAC #pragma once +#endif #ifndef _TGA_LOADER_H_ #define _TGA_LOADER_H_ @@ -8,8 +10,9 @@ #include <stdlib.h> #include <stdio.h> #include <string.h> +#ifdef MAC #include "gl.h" - +#endif /**> DATA STRUCTURES <**/ typedef struct TGAImageRec |
