feat(GUI): Added debug window
This commit is contained in:
13
BigBaseV2/src/gui/window/dbg/debug_tabs.hpp
Normal file
13
BigBaseV2/src/gui/window/dbg/debug_tabs.hpp
Normal file
@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
#include "common.hpp"
|
||||
#include "imgui.h"
|
||||
|
||||
namespace big
|
||||
{
|
||||
class tab_debug {
|
||||
public:
|
||||
static void tab_globals();
|
||||
static void tab_script_events();
|
||||
static void _tab_debug();
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user