summaryrefslogtreecommitdiff
path: root/glgfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'glgfx.h')
-rw-r--r--glgfx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/glgfx.h b/glgfx.h
index eccb33b..34677cf 100644
--- a/glgfx.h
+++ b/glgfx.h
@@ -1,6 +1,7 @@
#ifndef GLGFX_H
#define GLGFX_H
#include "GL/glew.h"
+#include "SOIL/SOIL.h"
#include "GL/gl.h"
#include "gfx.h"
#include <iostream>
@@ -15,5 +16,6 @@ int setcam (float cpx, float cpy, float cpz, float clx, float cly, float clz, fl
int setlight (float x, float y, float z);
int quitglgfx();
int clearglgfx();
+int glgfxloadtexture (const char * file);
std::string readfile(const char *);
#endif