From 10ccc825777c7ce8797fc58e1484dd93f19368cf Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Thu, 18 Jun 2009 16:24:02 -0400 Subject: Created base --- gamestate.cpp | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 gamestate.cpp (limited to 'gamestate.cpp') diff --git a/gamestate.cpp b/gamestate.cpp new file mode 100644 index 0000000..dac5272 --- /dev/null +++ b/gamestate.cpp @@ -0,0 +1,35 @@ +#include "includes.h" + +GameState::GameState(SDL_PixelFormat* fmt) +{ + int x,y; + for (y=0;y