feat(MainWindow): tab self added noclip

This commit is contained in:
Yimura
2021-05-19 14:36:21 +02:00
parent bb45b9c765
commit fcfa3094e4
3 changed files with 6 additions and 3 deletions

View File

@ -1,9 +1,12 @@
#pragma once
#include "common.hpp"
#include "imgui.h"
namespace big
{
class tab_main {
public:
static void tab_self();
static void tab_spawn();
};
}