Added some surfaces
This commit is contained in:
@ -33,6 +33,10 @@ class GameCore : public MainEvent
|
|||||||
bool is_running;
|
bool is_running;
|
||||||
|
|
||||||
SDL_Surface* display;
|
SDL_Surface* display;
|
||||||
|
|
||||||
|
// textures to draw
|
||||||
|
SDL_Surface* background;
|
||||||
|
SDL_Surface* node;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user