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