This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
YimMenu/BigBaseV2/src/gui/window/dbg/debug_tabs.hpp

18 lines
251 B
C++
Raw Normal View History

2021-12-22 21:41:00 +01:00
#pragma once
#include "common.hpp"
#include "imgui.h"
namespace big
{
struct modal_debug
{
static void modal_new_global();
};
struct tab_debug
{
2021-12-22 21:41:00 +01:00
static void tab_globals();
static void tab_script_events();
static void _tab_debug();
};
}