tower-defense-cpp/main.cpp
bMorgan01 b49080f675 init
2022-03-08 10:18:34 -07:00

7 lines
No EOL
136 B
C++

#include "Game.h"
int main() {
Game g;
return EXIT_SUCCESS; // report our program exited successfully
}