diff options
Diffstat (limited to 'tool_src/QvLib/QvReadError.h')
| -rw-r--r-- | tool_src/QvLib/QvReadError.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tool_src/QvLib/QvReadError.h b/tool_src/QvLib/QvReadError.h new file mode 100644 index 0000000..61c4468 --- /dev/null +++ b/tool_src/QvLib/QvReadError.h @@ -0,0 +1,11 @@ +#ifndef _QV_READ_ERROR +#define _QV_READ_ERROR + +class QvInput; + +class QvReadError { + public: + static void post(const QvInput *in, const char *formatString ...); +}; + +#endif /* _QV_READ_ERROR */ |
