#pragma once
namespace big
{
class window {
public:
static void top_bar();
static void log();
static void main();
};
}