diff options
Diffstat (limited to 'addon/doxywizard/version.h')
-rw-r--r-- | addon/doxywizard/version.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/addon/doxywizard/version.h b/addon/doxywizard/version.h new file mode 100644 index 0000000..d7d5f13 --- /dev/null +++ b/addon/doxywizard/version.h @@ -0,0 +1,6 @@ +#ifndef VERSION_H +#define VERSION_H + +extern char versionString[]; + +#endif |