The Snivy Video Game Is Complete
This commit is contained in:
18
src/window/chat.h
Normal file
18
src/window/chat.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#pragma once
|
||||
|
||||
#include "../character.h"
|
||||
#include "../game_data.h"
|
||||
#include "../resources.h"
|
||||
|
||||
#include "text.h"
|
||||
|
||||
#include <imgui.h>
|
||||
|
||||
namespace game::window
|
||||
{
|
||||
class Chat
|
||||
{
|
||||
public:
|
||||
void update(Resources&, GameData&, Text&, Character&);
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user