diff options
Diffstat (limited to 'src/build_info.h')
| -rwxr-xr-x | src/build_info.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/build_info.h b/src/build_info.h new file mode 100755 index 00000000..45182a02 --- /dev/null +++ b/src/build_info.h @@ -0,0 +1,6 @@ +#ifndef __BUILD_INFO_H__ +#define __BUILD_INFO_H__ + +void PrintBox64Version(); + +#endif //__BUILD_INFO_H__ \ No newline at end of file |