From 4e986298d51b48a0033c9d0e8a9a32e9a21b3809 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Fri, 26 Nov 2010 13:20:09 +0000 Subject: Implement gravity --- intensemarcus.h | 1 + 1 file changed, 1 insertion(+) (limited to 'intensemarcus.h') diff --git a/intensemarcus.h b/intensemarcus.h index 45bc78c..8386411 100644 --- a/intensemarcus.h +++ b/intensemarcus.h @@ -15,6 +15,7 @@ const int ORIENT_FRONT = 0; const int ORIENT_BACK = 1; const int ORIENT_RIGHT = 2; const int ORIENT_LEFT = 3; +const int GRAVITY = 3; SDL_Surface *loadImage(std::string filename); -- cgit v1.2.3