diff options
Diffstat (limited to 'zoom/texture.h')
-rw-r--r-- | zoom/texture.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zoom/texture.h b/zoom/texture.h index c40f2f6..23540d7 100644 --- a/zoom/texture.h +++ b/zoom/texture.h @@ -1,5 +1,5 @@ -#ifndef GAME_TEXTURE_H
-#define GAME_TEXTURE_H
+#ifndef ZOOM_TEXTURE_H
+#define ZOOM_TEXTURE_H
typedef struct _TEXLIST {
char name[30];
|