From 6fd8e5ee43dd0f87eb4e57b86e84770fcd95db25 Mon Sep 17 00:00:00 2001 From: KiritoDv Date: Thu, 17 Aug 2023 00:35:58 -0600 Subject: Added StormLib, nlohmann, BinaryTools and CLI11 --- lib/binarytools/Stream.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lib/binarytools/Stream.cpp (limited to 'lib/binarytools/Stream.cpp') diff --git a/lib/binarytools/Stream.cpp b/lib/binarytools/Stream.cpp new file mode 100644 index 0000000..17810fa --- /dev/null +++ b/lib/binarytools/Stream.cpp @@ -0,0 +1,5 @@ +#include "Stream.h" + +uint64_t LUS::Stream::GetBaseAddress() { + return mBaseAddress; +} -- cgit v1.2.3