Advertisement
vsg1990

TicTacToe - main.h

Sep 17th, 2012
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.11 KB | None | 0 0
  1. #include <iostream>
  2. #include "board.h"
  3.  
  4. void PrintError(int error);
  5. int main(); // Not sure if this is needed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement