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
2022-01-04 22:16:36 +01:00

18 lines
227 B
C++

#pragma once
#include "common.hpp"
#include "imgui.h"
namespace big
{
namespace modal_debug
{
void modal_new_global();
}
namespace tab_debug
{
void tab_globals();
void tab_script_events();
void _tab_debug();
}
}