13 lines
142 B
C++
13 lines
142 B
C++
![]() |
#include "view_debug.hpp"
|
||
|
|
||
|
namespace big
|
||
|
{
|
||
|
void debug::locals()
|
||
|
{
|
||
|
if (ImGui::BeginTabItem("Locals"))
|
||
|
{
|
||
|
|
||
|
ImGui::EndTabItem();
|
||
|
}
|
||
|
}
|
||
|
}
|