02061d74c2
(as received from Jonas Echterhoff)
12 lines
124 B
C++
Executable File
12 lines
124 B
C++
Executable File
//main.cpp
|
|
|
|
#include "initexit.h"
|
|
#include "interface.h"
|
|
|
|
int main()
|
|
{
|
|
Init();
|
|
InterfaceMainLoop();
|
|
Exit();
|
|
return 0;
|
|
} |