1. #include <iostream>
  2. #include "board.h"
  3.  
  4. void PrintError(int error);
  5. int main(); // Not sure if this is needed