summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/common.h b/common.h
index 7cbf34d..8f45105 100644
--- a/common.h
+++ b/common.h
@@ -25,18 +25,13 @@
#pragma once
-#include <GL/glew.h>
-
-#include <SDL2/SDL.h>
-#include <SDL2/SDL_opengl.h>
-
extern char *filename;
extern float current_time;
-extern GLint param0;
-extern GLint param1;
-extern GLint param2;
+extern int param0;
+extern int param1;
+extern int param2;
void load(void);