10 lines
80 B
C++
10 lines
80 B
C++
![]() |
#pragma once
|
||
|
|
||
|
namespace big
|
||
|
{
|
||
|
class esp
|
||
|
{
|
||
|
public:
|
||
|
static void draw();
|
||
|
};
|
||
|
}
|