checkin everything to test build on windows
This commit is contained in:
parent
875b0b2f88
commit
b1f5d882f0
16 changed files with 250 additions and 0 deletions
8
main.cpp
Normal file
8
main.cpp
Normal file
|
@ -0,0 +1,8 @@
|
|||
#include <iostream>
|
||||
#include "src/Game.h"
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
std::cout << "Hello, world!" << std::endl;
|
||||
Game * game = new Game();
|
||||
delete game;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue