C++ Please need help ASAP
LunarSurface.h
#pragma once
#include <cstdlib>
#include <ctime>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <string>
using namespace std;
// Define some codes and other necessary game-playparameters
const int ROWS = 15, COLS = 40;
const int COLSP = 3;
const int ROWSP = 4;
const int BORDERCOLLISION = -1;
const int IMPASSABLECOLLISION = -2;
const int TARGETCOLLISION =
OR
OR