Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

CSC112 Spring 2016 Examples

2370 views
1
#include "Tile.h"
2
3
4
5
6
bool Tile::reveal()
7
// don't delete the following line as it's needed to preserve source code of this autogenerated element
8
// section -84-17-4--36--3c0caeef:15333d15c90:-8000:0000000000000877 begin
9
{
10
return false;
11
}
12
// section -84-17-4--36--3c0caeef:15333d15c90:-8000:0000000000000877 end
13
// don't delete the previous line as it's needed to preserve source code of this autogenerated element
14
15
void Tile::flag()
16
// don't delete the following line as it's needed to preserve source code of this autogenerated element
17
// section -84-17-4--36--3c0caeef:15333d15c90:-8000:0000000000000879 begin
18
{
19
}
20
// section -84-17-4--36--3c0caeef:15333d15c90:-8000:0000000000000879 end
21
// don't delete the previous line as it's needed to preserve source code of this autogenerated element
22
23
void Tile::display()
24
// don't delete the following line as it's needed to preserve source code of this autogenerated element
25
// section -84-17-4--36--3c0caeef:15333d15c90:-8000:000000000000087B begin
26
{
27
}
28
// section -84-17-4--36--3c0caeef:15333d15c90:-8000:000000000000087B end
29
// don't delete the previous line as it's needed to preserve source code of this autogenerated element
30
31