CSC112 Spring 2016 Examples
#include "Mine.h"12345bool Mine::reveal()6// don't delete the following line as it's needed to preserve source code of this autogenerated element7// section -84-17-4--36--3c0caeef:15333d15c90:-8000:00000000000008C0 begin8{9return false;10}11// section -84-17-4--36--3c0caeef:15333d15c90:-8000:00000000000008C0 end12// don't delete the previous line as it's needed to preserve source code of this autogenerated element1314void Mine::display()15// don't delete the following line as it's needed to preserve source code of this autogenerated element16// section -84-17-4--36--3c0caeef:15333d15c90:-8000:00000000000008C2 begin17{18}19// section -84-17-4--36--3c0caeef:15333d15c90:-8000:00000000000008C2 end20// don't delete the previous line as it's needed to preserve source code of this autogenerated element212223