From d5375d5308b3483f5dc8da89943d5a98f67818d5 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 3 Feb 2016 14:19:09 +0100 Subject: Get rid of extra_load(), rename parameters --- common.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'common.h') 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); -- cgit v1.2.3