diff options
Diffstat (limited to 'Context.hpp')
-rw-r--r-- | Context.hpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Context.hpp b/Context.hpp new file mode 100644 index 0000000..cb652e8 --- /dev/null +++ b/Context.hpp @@ -0,0 +1,8 @@ +#include <string> + +using namespace std; + +class Context { +public: + string text; +}; |