diff options
Diffstat (limited to 'NorthstarDLL/util/version.h')
-rw-r--r-- | NorthstarDLL/util/version.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/NorthstarDLL/util/version.h b/NorthstarDLL/util/version.h new file mode 100644 index 00000000..261a4cf1 --- /dev/null +++ b/NorthstarDLL/util/version.h @@ -0,0 +1,6 @@ +#pragma once + +extern char version[16]; +extern char NSUserAgent[32]; + +void InitialiseVersion(); |