diff options
Diffstat (limited to 'lib/strings.hpp')
-rw-r--r-- | lib/strings.hpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/strings.hpp b/lib/strings.hpp index ee0db95..9dca9ac 100644 --- a/lib/strings.hpp +++ b/lib/strings.hpp @@ -1,5 +1,6 @@ -#ifndef STRINGS_HPP -#define STRINGS_HPP +#pragma once + +#include <GL/glew.h> constexpr auto constexpr_strlen(const GLchar * const s) @@ -10,5 +11,3 @@ constexpr_strlen(const GLchar * const s) } return ch; } - -#endif |