aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2016-05-05 09:27:39 -0400
committerClyne Sullivan <tullivan99@gmail.com>2016-05-05 09:27:39 -0400
commit1a1640760502081c2dcded90cff351163fabce76 (patch)
tree5f6b4f493fe57916261b22950a55482fbee6b7fe /include/common.hpp
parent095293277dbca80e91c4f25b05923b7cb3a79396 (diff)
bricing, controls jumps and sprints
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.