From 63dc9b399db9faef611c31629e0265b954d74197 Mon Sep 17 00:00:00 2001
From: drumsetmonkey <abelleisle@roadrunner.com>
Date: Sun, 4 Oct 2015 19:35:27 -0400
Subject: Added texture support and textures

---
 include/common.h | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'include/common.h')

diff --git a/include/common.h b/include/common.h
index 9f29fbb..b283ec8 100644
--- a/include/common.h
+++ b/include/common.h
@@ -41,6 +41,8 @@ enum GENDER{
 template<typename T, size_t N>						//this fuction returns the size of any array
 int eAmt(T (&)[N]){return N;}
 
+GLuint loadTexture(const char *fileName);
+
 extern bool gameRunning;
 extern unsigned int deltaTime;
 
-- 
cgit v1.2.3