5 lines
No EOL
84 B
C#
5 lines
No EOL
84 B
C#
interface IApp { // <T> ?
|
|
void Initialize();
|
|
void Update();
|
|
void Shutdown();
|
|
} |