1
0
Fork 0
spectre/examples/text/main.cpp

11 lines
No EOL
101 B
C++

#include "Game.h"
int main(int argc, char **argv) {
TextExample game;
game.run();
return 0;
}