Include guards on our headers
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
*
|
||||
* Copyright 2021 Teemu Korhonen
|
||||
*/
|
||||
|
||||
#ifndef WIN_OPENGL_H
|
||||
#define WIN_OPENGL_H
|
||||
|
||||
@@ -25,4 +26,4 @@ extern void opengl_set_fs(int fs);
|
||||
extern void opengl_resize(int w, int h);
|
||||
extern void opengl_reload(void);
|
||||
|
||||
#endif /*!WIN_OPENGL_H*/
|
||||
#endif /*!WIN_OPENGL_H*/
|
||||
|
||||
Reference in New Issue
Block a user