This repository has been archived on 2022-12-14. You can view files and clone it, but cannot push or open issues or pull requests.
WaveGGJ17/VaporWaveWars/main.cpp
2017-01-20 22:12:10 +01:00

7 lines
117 B
C++

#include "mygame.hpp"
#include "compas.hpp"
int main() {
MyGame game = MyGame();
game.run();
return 0;
}