Added some surfaces

This commit is contained in:
Anna Rose 2011-06-22 16:43:23 -04:00
parent 9691974629
commit b2a371e804

View File

@ -33,6 +33,10 @@ class GameCore : public MainEvent
bool is_running;
SDL_Surface* display;
// textures to draw
SDL_Surface* background;
SDL_Surface* node;
};
#endif