9 lines
72 B
C++
9 lines
72 B
C++
#pragma once
|
|
|
|
class SystemManager {
|
|
private:
|
|
|
|
|
|
public:
|
|
void init();
|
|
}; |