aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2015-09-10 15:19:18 -0400
committerClyne Sullivan <tullivan99@gmail.com>2015-09-10 15:19:18 -0400
commit1a3f4ac5ac12700757d2558ee06f202ad43aa841 (patch)
treec4df6844f422b7506b611311933d6568f4fd538b /include/common.h
parenta3db993224c994fdff6f50fedcc266c5e0b94aa8 (diff)
added linked worlds
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index 782ebd6..9ce1be0 100644
--- a/include/common.h
+++ b/include/common.h
@@ -18,7 +18,7 @@ typedef struct{float x; float y;}vec2;
#define SCREEN_HEIGHT 800
#define FULLSCREEN
-
+#define HLINE (2.0f/(SCREEN_WIDTH/4))
//SDL VARIABLES
extern SDL_Window *window;