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 23:52:42 +01:00

7 lines
106 B
C++

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