From 267bebfc227c94f543a39e2aa75fb101bc06932e Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Fri, 21 May 2010 19:24:51 +0200 Subject: Moved engine-sources to seperate subdirectory. --- config.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 config.h (limited to 'config.h') diff --git a/config.h b/config.h deleted file mode 100644 index 6884b1a..0000000 --- a/config.h +++ /dev/null @@ -1,21 +0,0 @@ -#ifndef CONFIG_H -#define CONFIG_H - -namespace Config { - const unsigned int window_w = 1280; - const unsigned int window_h = 800; - - const float viewport_x = 15.0 / 1080.0; - const float viewport_y = 15.0 / 1080.0; - const float viewport_w = 900.0 / 1080.0; - const float viewport_h = 1050.0 / 1080.0; - - const unsigned int viewport_overscan = 10; - - const float viewport_aspect = float(viewport_h) / float(viewport_w); - - const float fps_x = 0.0; - const float fps_y = 0.0; -}; - -#endif -- cgit v1.2.3