8 lines
62 B
C++
Executable File
8 lines
62 B
C++
Executable File
#pragma once
|
|
|
|
class MainLoop
|
|
{
|
|
public:
|
|
void run();
|
|
};
|