12 lines
130 B
C++
12 lines
130 B
C++
![]() |
#pragma once
|
||
|
|
||
|
#include "common.hpp"
|
||
|
#include "natives.hpp"
|
||
|
|
||
|
namespace big
|
||
|
{
|
||
|
class main_gui {
|
||
|
public:
|
||
|
static void draw();
|
||
|
};
|
||
|
}
|