aboutsummaryrefslogtreecommitdiffstats
path: root/examples/demo_utils.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-10-21 12:23:24 +0200
committerDavid Robillard <d@drobilla.net>2020-10-21 15:43:29 +0200
commitfeb6c4f7952eafbc8c2203ef0c657ea3580ee441 (patch)
treed67ed34eb9955720fd63b961f9b07ce00f5321a9 /examples/demo_utils.h
parent063ddc8db2831e1f79d7569c8fc80dd3d54f5cda (diff)
downloadpugl-feb6c4f7952eafbc8c2203ef0c657ea3580ee441.tar.gz
pugl-feb6c4f7952eafbc8c2203ef0c657ea3580ee441.tar.bz2
pugl-feb6c4f7952eafbc8c2203ef0c657ea3580ee441.zip
Add missing include guards
Diffstat (limited to 'examples/demo_utils.h')
-rw-r--r--examples/demo_utils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/demo_utils.h b/examples/demo_utils.h
index 925753a..9057a32 100644
--- a/examples/demo_utils.h
+++ b/examples/demo_utils.h
@@ -14,8 +14,8 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#ifndef PUGL_DEMO_UTILS_H
-#define PUGL_DEMO_UTILS_H
+#ifndef EXAMPLES_DEMO_UTILS_H
+#define EXAMPLES_DEMO_UTILS_H
#include "pugl/pugl.h"
@@ -123,4 +123,4 @@ puglPrintFps(const PuglWorld* world,
}
}
-#endif // PUGL_DEMO_UTILS_H
+#endif // EXAMPLES_DEMO_UTILS_H