diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-06-21 18:11:55 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-06-21 21:31:11 +0700 |
commit | 325dca9f212f9fd44cd10a8180529970c7a08c72 (patch) | |
tree | e1cfaec078dfa49f4d51d05eef8a5b0967843a41 /src/TGALoader.h | |
parent | 10f5376de856ecead4e8bbf66f19157f36f7a382 (diff) | |
download | blackshades-1.2.0.tar.gz |
Remove trailing whitespaces and duplicated blank lines 1.2.0
Diffstat (limited to 'src/TGALoader.h')
-rw-r--r-- | src/TGALoader.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/TGALoader.h b/src/TGALoader.h index 83f4476..ab26f88 100644 --- a/src/TGALoader.h +++ b/src/TGALoader.h @@ -1,16 +1,15 @@ -#ifdef OS9 +#ifdef OS9 #pragma once #endif #ifndef _TGA_LOADER_H_ #define _TGA_LOADER_H_ - /**> HEADER FILES <**/ #include <stdlib.h> #include <stdio.h> #include <string.h> -#ifdef OS9 +#ifdef OS9 #include "gl.h" #else #include <GL/gl.h> @@ -27,10 +26,7 @@ typedef struct TGAImageRec GLuint sizeY; } TGAImageRec; - - /**> FUNCTION PROTOTYPES <**/ TGAImageRec* LoadTGA( char *filename ); - #endif |