diff options
Diffstat (limited to 'include/version.h')
| -rw-r--r-- | include/version.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/version.h b/include/version.h new file mode 100644 index 0000000..5161084 --- /dev/null +++ b/include/version.h @@ -0,0 +1,8 @@ +#ifndef BUILD_H +#define BUILD_H + +extern const char __Creator__[]; +extern const char __DateTime__[]; +extern const char __MakeOption__[]; + +#endif |
