/* Do basic initialization, get the loop going */

#include "gamecore.h"

int main()
{
    GameCore game_core;
    return game_core.execute();
}