Files
integration/luprex/core/cpp/textgame.hpp

10 lines
133 B
C++

#ifndef TEXTGAME_HPP
#define TEXTGAME_HPP
#include "drivenengine.hpp"
UniqueDrivenEngine make_TextGame();
#endif // TEXTGAME_HPP