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.

13 lines
185 B
C++
Raw Normal View History

#pragma once
#include "common.hpp"
#include "imgui.h"
namespace big
{
class tab_main {
public:
static void tab_self();
static void tab_spawn();
2021-05-19 16:05:21 +02:00
static void tab_weapons();
};
}