Include guards on our headers

This commit is contained in:
Jasmine Iwanek
2022-02-18 19:42:21 -05:00
parent 7d3cfc0fe5
commit 7fc893bdb0
127 changed files with 472 additions and 277 deletions

View File

@@ -12,6 +12,7 @@
*
* Copyright 2021 Teemu Korhonen
*/
#ifndef WIN_OPENGL_GLSLP_H
#define WIN_OPENGL_GLSLP_H
@@ -20,4 +21,4 @@
GLuint load_custom_shaders(const char* path);
GLuint load_default_shaders();
#endif /*!WIN_OPENGL_GLSLP_H*/
#endif /*!WIN_OPENGL_GLSLP_H*/