mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 15:17:23 +08:00
9 lines
88 B
C++
9 lines
88 B
C++
![]() |
#pragma once
|
||
|
|
||
|
namespace big
|
||
|
{
|
||
|
class tab_main {
|
||
|
public:
|
||
|
static void tab_self();
|
||
|
};
|
||
|
}
|