summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/common.h b/common.h
index dc52ef5..7cbf34d 100644
--- a/common.h
+++ b/common.h
@@ -34,9 +34,11 @@
extern char *filename;
extern float current_time;
+extern GLint param0;
+extern GLint param1;
+extern GLint param2;
+
void load(void);
void init(void);
void render(int width, int height);
-
-void extra_load(GLuint program);