King_DuckZ
ea71478948
Lots of junk code removed, the architecture is now much simpler. AsciiMapSource works as before.
14 lines
271 B
C++
14 lines
271 B
C++
#ifndef idE137842DE628405E9154561168FFEE60
|
|
#define idE137842DE628405E9154561168FFEE60
|
|
|
|
#include <exception>
|
|
|
|
namespace dk {
|
|
class DoorKeeperException : public std::exception {
|
|
};
|
|
|
|
class SizeMismatchException : public DoorKeeperException {
|
|
};
|
|
} //namespace dk
|
|
|
|
#endif
|