aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2016-01-21 09:09:52 -0500
committerdrumsetmonkey <abelleisle@roadrunner.com>2016-01-21 09:09:52 -0500
commit9b6173fb47e5d7bbcded9e3ef1cb735690be4c84 (patch)
tree9a1929de2b5289d2706d53246877fbb3b5ba2831 /include/common.h
parent57cdcfac12bccee661085a00424f015fc071666f (diff)
parentd6469d0cafc03c468c5977ec345d08b3ccb6fd0a (diff)
Player Sprite
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 763ecc6..4115f10 100644
--- a/include/common.h
+++ b/include/common.h
@@ -215,6 +215,8 @@ unsigned int millis(void);
int getdir(const char *dir, std::vector<std::string> &files);
void strVectorSortAlpha(std::vector<std::string> *v);
+const char *readFile(const char *path);
+
int strCreateFunc(const char *equ);
extern void *NULLPTR;