Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

CSC112 Spring 2016 Examples

2370 views
1
#include "GameGrid.h"
2
3
4
5
6
void GameGrid::generate()
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:000000000000087D begin
9
{
10
}
11
// section -84-17-4--36--3c0caeef:15333d15c90:-8000:000000000000087D end
12
// don't delete the previous line as it's needed to preserve source code of this autogenerated element
13
14
void GameGrid::display()
15
// don't delete the following line as it's needed to preserve source code of this autogenerated element
16
// section -84-17-4--36--3c0caeef:15333d15c90:-8000:000000000000087F begin
17
{
18
}
19
// section -84-17-4--36--3c0caeef:15333d15c90:-8000:000000000000087F end
20
// don't delete the previous line as it's needed to preserve source code of this autogenerated element
21
22
void GameGrid::restart()
23
// don't delete the following line as it's needed to preserve source code of this autogenerated element
24
// section -84-17-4--36--3c0caeef:15333d15c90:-8000:0000000000000881 begin
25
{
26
}
27
// section -84-17-4--36--3c0caeef:15333d15c90:-8000:0000000000000881 end
28
// don't delete the previous line as it's needed to preserve source code of this autogenerated element
29
30
void GameGrid::click(int x, int y)
31
// don't delete the following line as it's needed to preserve source code of this autogenerated element
32
// section -84-17-4--36--3c0caeef:15333d15c90:-8000:0000000000000883 begin
33
{
34
}
35
// section -84-17-4--36--3c0caeef:15333d15c90:-8000:0000000000000883 end
36
// don't delete the previous line as it's needed to preserve source code of this autogenerated element
37
38
void GameGrid::flag(int x, int y)
39
// don't delete the following line as it's needed to preserve source code of this autogenerated element
40
// section -84-17-4--36--3c0caeef:15333d15c90:-8000:0000000000000888 begin
41
{
42
}
43
// section -84-17-4--36--3c0caeef:15333d15c90:-8000:0000000000000888 end
44
// don't delete the previous line as it's needed to preserve source code of this autogenerated element
45
46