]> git.lizzy.rs Git - shadowclad.git/blobdiff - src/engine/tga.h
Restructure keyboard input handling
[shadowclad.git] / src / engine / tga.h
index d044362a24b03dc7851e9ccb4f3b76a9de8c464b..0936fa81aa7211baabf75dbb00cbaf6650522bec 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef TGA_H_
-#define TGA_H_
+#ifndef ENGINE_TGA_H_
+#define ENGINE_TGA_H_
 
 #include <GL/gl.h>
 
@@ -29,4 +29,4 @@ typedef struct {
 
 TgaImage* readTga(const char* path);
 
-#endif // TGA_H_
+#endif // ENGINE_TGA_H_