Added config based directories
This commit is contained in:
@@ -24,13 +24,14 @@
|
||||
|
||||
#include "base_scene.hpp"
|
||||
|
||||
#include "config_utility.hpp"
|
||||
#include "tile_Sheet_manager.hpp"
|
||||
#include "region_pager.hpp"
|
||||
|
||||
class TestificateScene : public BaseScene {
|
||||
public:
|
||||
//Public access members
|
||||
TestificateScene();
|
||||
TestificateScene(ConfigUtility* const);
|
||||
~TestificateScene();
|
||||
|
||||
protected:
|
||||
@@ -47,6 +48,9 @@ protected:
|
||||
void KeyDown(SDL_KeyboardEvent const&);
|
||||
void KeyUp(SDL_KeyboardEvent const&);
|
||||
|
||||
//globals
|
||||
ConfigUtility& config;
|
||||
|
||||
//members
|
||||
TileSheetManager sheetMgr;
|
||||
RegionPager pager;
|
||||
|
||||
Reference in New Issue
Block a user