Pella86

main.cpp

Jan 11th, 2012
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.19 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. #include "GameEngine.h"
  4.  
  5. int main (int argc, char * const argv[]) {
  6.    
  7.     GEngine chessGame;
  8.     chessGame.printPlayers();
  9.     chessGame.gameLoop();
  10.        
  11.     return 0;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment