refactoring, new game(s) in progress
This commit is contained in:
@@ -4,12 +4,13 @@
|
||||
|
||||
#include "../settings_menu.hpp"
|
||||
|
||||
#include "arcade.hpp"
|
||||
#include "menu/arcade.hpp"
|
||||
#include "cheats.hpp"
|
||||
#include "debug.hpp"
|
||||
#include "interact.hpp"
|
||||
#include "inventory.hpp"
|
||||
#include "menu/interact.hpp"
|
||||
#include "menu/inventory.hpp"
|
||||
#include "text.hpp"
|
||||
#include "menu/toasts.hpp"
|
||||
|
||||
#include "../../util/imgui/window_slide.hpp"
|
||||
|
||||
@@ -18,11 +19,12 @@ namespace game::state::play
|
||||
class Menu
|
||||
{
|
||||
public:
|
||||
Arcade arcade;
|
||||
Interact interact;
|
||||
menu::Arcade arcade;
|
||||
menu::Interact interact;
|
||||
Cheats cheats;
|
||||
Debug debug;
|
||||
Inventory inventory;
|
||||
menu::Inventory inventory;
|
||||
menu::Toasts toasts;
|
||||
|
||||
state::SettingsMenu settingsMenu;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user