Wrath of Zeus
Made by Torchlight Games for CSE 125 SP24
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
GridCell Class Reference

#include <gridcell.hpp>

Public Member Functions

 GridCell (int x, int y, CellType type)
 GridCell constructor. More...
 

Data Fields

int x
 
int y
 
CellType type
 

Constructor & Destructor Documentation

◆ GridCell()

GridCell::GridCell ( int  x,
int  y,
CellType  type 
)

GridCell constructor.

Parameters
xx position of new GridCell
yy position of new GridCell
typeCellType type of new GridCell

Field Documentation

◆ type

CellType GridCell::type

◆ x

int GridCell::x

◆ y

int GridCell::y

The documentation for this class was generated from the following files: