summaryrefslogtreecommitdiff
path: root/Context.hpp
blob: cb652e84dc4257dd299137004ea72895c1915d64 (plain)
1
2
3
4
5
6
7
8
#include <string>

using namespace std;

class Context {
public:
	string text;
};