refactoring, new game(s) in progress
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include "../text.hpp"
|
||||
|
||||
#include <imgui.h>
|
||||
|
||||
namespace game::state::play::menu
|
||||
{
|
||||
class Interact
|
||||
{
|
||||
public:
|
||||
void update(Resources&, Text&, entity::Character&);
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user