]> git.lizzy.rs Git - shadowclad.git/blobdiff - src/engine/asset.h
Restructure keyboard input handling
[shadowclad.git] / src / engine / asset.h
index 21ecadbc9574225c9271883ea4a4d295b538ae46..dbe713dc8d73fecd0850ea9f24dbc5a05ff1db75 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef ASSET_H_
-#define ASSET_H_
+#ifndef ENGINE_ASSET_H_
+#define ENGINE_ASSET_H_
 
 #include <stddef.h>
 #include <GL/gl.h>
@@ -40,4 +40,4 @@ struct Material {
 
 const Solid* importSolid(const char* path);
 
-#endif // ASSET_H_
+#endif // ENGINE_ASSET_H_