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.

20 lines
296 B
C++
Raw Normal View History

#pragma once
#include "common.hpp"
#include "imgui.h"
#include "features.hpp"
#include "settings.h"
#include "natives.hpp"
#include "script.hpp"
#include "fiber_pool.hpp"
namespace big
{
using namespace features;
class tabbar
{
public:
static void render_self();
};
}