First implementation of game logic and control

This commit is contained in:
2011-06-22 17:57:44 -04:00
parent 2aadb9ad7e
commit fc08adcade
5 changed files with 64 additions and 9 deletions

View File

@ -1,4 +1,5 @@
#include "drawutils.h"
#include <cmath>
SDL_Surface* DrawUtils::load(string file)
{