From 1a1640760502081c2dcded90cff351163fabce76 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 5 May 2016 09:27:39 -0400 Subject: bricing, controls jumps and sprints --- include/common.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/common.hpp') 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 StringTokenizer(const std::string& str, char delim); + /** * Prints a formatted debug message to the console, along with the callee's file and line * number. -- cgit v1.2.3