aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2015-10-07 08:40:43 -0400
committerClyne Sullivan <tullivan99@gmail.com>2015-10-07 08:40:43 -0400
commit40efc2db79c205d122ca9557c9cd0d5679a37446 (patch)
treed6a227b598ca890de6ecf566a2c6dd2350d17e74 /include/common.h
parentf28fda996331de5dac8fc2f20ea0898527239fe5 (diff)
parentaad308a8938135a9fd2614f2cf47774918539847 (diff)
world improvement
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 03385cd..3015b11 100644
--- a/include/common.h
+++ b/include/common.h
@@ -45,6 +45,7 @@ GLuint loadTexture(const char *fileName);
extern bool gameRunning;
extern unsigned int deltaTime;
+extern unsigned int loops;
extern FILE* config;
extern FILE* names;