diff options
Diffstat (limited to 'src/definitions.h')
| -rw-r--r-- | src/definitions.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/definitions.h b/src/definitions.h new file mode 100644 index 0000000..2bf70ae --- /dev/null +++ b/src/definitions.h @@ -0,0 +1,16 @@ +#ifndef INCLUDE_EMBEDDED_RESOURCES +#define INCLUDE_EMBEDDED_RESOURCES + +#define TS_VERSION "v1.0.0" + +// Find these with dumpbin [objfile] /SYMBOLS +extern "C" +{ +extern unsigned char _binary_LICENSE_start[]; +extern unsigned char _binary_LICENSE_end[]; + +extern unsigned char _binary_misc_logo_64_png_start[]; +extern unsigned char _binary_misc_logo_64_png_end[]; +} + +#endif
\ No newline at end of file |
