feat(Project): Fresh start
This commit is contained in:
@ -1,17 +0,0 @@
|
||||
#pragma once
|
||||
#include "common.hpp"
|
||||
#include "imgui.h"
|
||||
|
||||
namespace big
|
||||
{
|
||||
class window
|
||||
{
|
||||
public:
|
||||
static void render_top_bar();
|
||||
static void render_main_window();
|
||||
static void render_user_sidebar();
|
||||
static void render_player_window();
|
||||
|
||||
static void render_handling_window();
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user