diff options
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 91a1fe6..52444a9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -21,8 +21,10 @@ int main() //Init console controller ConsoleController * controller = new ConsoleController(); + //Launch game controller->play(); + //Remove controlelr delete controller; return 0; |
