From d521cc0e83b279f4cd7a10a1704b8f36827a118d Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 4 Feb 2016 20:00:02 +0100 Subject: Remove unneeded headers from common.h, improve error handling --- common.h | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'common.h') 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 - -#include -#include - 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); -- cgit v1.2.3