In process of adding luaconsole.cpp
This commit is contained in:
15
luprex/cpp/textgame.hpp
Normal file
15
luprex/cpp/textgame.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
#ifndef TEXTGAME_HPP
|
||||
#define TEXTGAME_HPP
|
||||
|
||||
#include "viewer.hpp"
|
||||
|
||||
class TextGame {
|
||||
private:
|
||||
Viewer viewer_;
|
||||
public:
|
||||
void run();
|
||||
};
|
||||
|
||||
#endif // TEXTGAME_HPP
|
||||
|
||||
Reference in New Issue
Block a user