Files
OLCCodeJam2020-The-Great-Ma…/The Great Machine/Dungeon.hpp
2020-08-30 15:28:14 +00:00

14 lines
104 B
C++

#ifndef GREATMACHINE_DUNGEON_H_
#define GREATMACHINE_DUNGEON_H_
class Dungeon
{
public:
};
#endif