Change directory structure
This commit is contained in:
9
luprex/cpp/core/textgame.hpp
Normal file
9
luprex/cpp/core/textgame.hpp
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
#ifndef TEXTGAME_HPP
|
||||
#define TEXTGAME_HPP
|
||||
|
||||
#include "drivenengine.hpp"
|
||||
|
||||
UniqueDrivenEngine make_TextGame();
|
||||
|
||||
#endif // TEXTGAME_HPP
|
||||
Reference in New Issue
Block a user