diff options
Diffstat (limited to 'src/unalf.h')
| -rw-r--r-- | src/unalf.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unalf.h b/src/unalf.h index 40a23d1..422183a 100644 --- a/src/unalf.h +++ b/src/unalf.h @@ -1,3 +1,8 @@ +#ifndef VERSION +#define VERSION "???" +#warning "VERSION not defined, defaulting to \"???\"" +#endif + #ifndef u8 #define u8 unsigned char #define u16 unsigned short |
