diff options
| author | 2014-12-07 02:19:33 +0100 | |
|---|---|---|
| committer | 2014-12-07 02:19:33 +0100 | |
| commit | 80f04d4312273d670f7494028c922f653dc32b62 (patch) | |
| tree | 6f745d90cdb893596fb03275fe49f98ebf1b0984 /stringresult.h | |
| parent | 56a2d6451f364f93abc27640124fbfd7011b3fec (diff) | |
| download | OneRoll-80f04d4312273d670f7494028c922f653dc32b62.tar.gz OneRoll-80f04d4312273d670f7494028c922f653dc32b62.zip | |
Add helpnode, stringresult and helpme file.
Diffstat (limited to 'stringresult.h')
| -rw-r--r-- | stringresult.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/stringresult.h b/stringresult.h new file mode 100644 index 0000000..19e9865 --- /dev/null +++ b/stringresult.h @@ -0,0 +1,10 @@ +#ifndef STRINGRESULT_H +#define STRINGRESULT_H + +class StringResult +{ +public: + StringResult(); +}; + +#endif // STRINGRESULT_H |