From e753c19da1b621b1e667de85ce5ef60d186f0684 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 28 Feb 2021 14:19:04 +0100 Subject: Added some minimal set of source (now box64 compile and say hello at least) --- src/build_info.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 src/build_info.h (limited to 'src/build_info.h') 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 -- cgit 1.4.1