//main.cpp #include "initexit.h" #include "interface.h" int main() { Init(); InterfaceMainLoop(); Exit(); return 0; }