refactor(GUI): Remove base_tab

This commit is contained in:
Yimura 2021-05-19 15:32:17 +02:00
parent 9e41d2a60f
commit c6bca711ee
No known key found for this signature in database
GPG Key ID: 3D8FF4397E768682

View File

@ -1,13 +0,0 @@
#pragma once
#include "common.hpp"
#include "natives.hpp"
namespace big
{
class base_tab
{
public:
static void render_base_tab();
};
}