aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/common.hpp')
-rw-r--r--include/common.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/common.hpp b/include/common.hpp
index b9e0e71..92318d9 100644
--- a/include/common.hpp
+++ b/include/common.hpp
@@ -138,6 +138,9 @@ extern vec2 offset;
// the shader program created in main.cpp
extern GLuint shaderProgram;
+// splits a string into tokens
+std::vector<std::string> StringTokenizer(const std::string& str, char delim);
+
/**
* Prints a formatted debug message to the console, along with the callee's file and line
* number.