From f49eb15dbc7b8d77ff9580ccd44d42b9969969fc Mon Sep 17 00:00:00 2001 From: drumsetmonkey Date: Wed, 7 Oct 2015 08:35:15 -0400 Subject: Added walking animation to player --- include/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h index b283ec8..7472edf 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; -- cgit v1.2.3