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.

9 lines
88 B
C++
Raw Normal View History

#pragma once
namespace big
{
class tab_main {
public:
static void tab_self();
};
}