Sokoban
Classes | Typedefs
Map.h File Reference
#include "State.h"
#include <fstream>
#include "MyExc.h"

Classes

class  MapUtils
 Class which provides arithmetics operations over map data using map element constants. More...
 
class  Map
 Abstract class representing general map (ancestor for two player and single player map) and its api. More...
 
class  TwoPlayerMap
 Class which represents map for two players. More...
 

Typedefs

using element = char
 

Typedef Documentation

◆ element

using element = char