Important functions and such.
int maint() {
pre-game loopSetup; start gameloop() { getInput(); processThings(); displayOutput(); } exit;
getInput(); processThings(); displayOutput();