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

10 lines
133 B
C++
Raw Normal View History

2021-01-22 19:10:47 -05:00
#ifndef TEXTGAME_HPP
#define TEXTGAME_HPP
#include "drivenengine.hpp"
2021-01-22 19:10:47 -05:00
UniqueDrivenEngine make_TextGame();
2021-01-22 19:10:47 -05:00
#endif // TEXTGAME_HPP