]> git.lizzy.rs Git - shadowclad.git/blobdiff - src/engine/string.h
Restructure keyboard input handling
[shadowclad.git] / src / engine / string.h
index 73e600bb5fa6b78ed848abcd75bce0145575f561..edd6508e0d952196bde7aa9890fd5d676dd06211 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef STRING_H_
-#define STRING_H_
+#ifndef ENGINE_STRING_H_
+#define ENGINE_STRING_H_
 
 #include <assimp/types.h>
 
@@ -13,4 +13,4 @@ struct String {
 String stringFromAiString(const struct aiString aistr);
 void dropString(String str);
 
-#endif // STRING_H_
+#endif // ENGINE_STRING_H_