This commit is contained in:
14
src/state/main/chat.hpp
Normal file
14
src/state/main/chat.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include "text.hpp"
|
||||
|
||||
#include <imgui.h>
|
||||
|
||||
namespace game::state::main
|
||||
{
|
||||
class Chat
|
||||
{
|
||||
public:
|
||||
void update(Resources&, Text&, entity::Character&);
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user