]> git.lizzy.rs Git - shadowclad.git/blobdiff - src/engine/asset.h
Housekeeping
[shadowclad.git] / src / engine / asset.h
index 042361d39b6bd2260cb12017e34c1692f576fbd7..9354c47c7615faa952baf8112b03ae98da855985 100644 (file)
@@ -2,7 +2,6 @@
 #define ASSET_H_
 
 #include <stddef.h>
-
 #include <GL/gl.h>
 
 #include "geometry.h"
@@ -40,4 +39,4 @@ struct Material {
 
 const Solid* importSolid(const char* path);
 
-#endif
+#endif // ASSET_H_