This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
breakthroughpine64backup/test.cpp
2015-10-26 15:22:59 -05:00

9 lines
85 B
C++
Executable file

#include "Engine.h"
using namespace std;
int main()
{
Engine e;
e.startGame();
}