My Project
 
Loading...
Searching...
No Matches
Room::Door Class Reference

#include <room.h>

Public Types

enum  Type {
  EMPTY , TUNNEL , REGULAR , UNLOCKED ,
  HIDDEN , BARRICADE , LOCKED
}
 

Public Member Functions

 Door (int x, int y)
 
void set (Type type)
 
Point getPoint ()
 

Public Attributes

Type type
 

Member Enumeration Documentation

◆ Type

Enumerator
EMPTY 
TUNNEL 
REGULAR 
UNLOCKED 
HIDDEN 
BARRICADE 
LOCKED 

Constructor & Destructor Documentation

◆ Door()

Room::Door::Door ( int x,
int y )

Member Function Documentation

◆ getPoint()

Point Room::Door::getPoint ( )
inline
Here is the caller graph for this function:

◆ set()

void Room::Door::set ( Type type)
Here is the caller graph for this function:

Member Data Documentation

◆ type

Type Room::Door::type

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