Added some surfaces
This commit is contained in:
parent
9691974629
commit
b2a371e804
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user