diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2023-08-17 00:35:58 -0600 |
|---|---|---|
| committer | KiritoDv <kiritodev01@gmail.com> | 2023-08-17 00:35:58 -0600 |
| commit | 6fd8e5ee43dd0f87eb4e57b86e84770fcd95db25 (patch) | |
| tree | 6a22e06c6105b63a0ae560f571f6d4e2522ba364 /lib/binarytools/Stream.cpp | |
Added StormLib, nlohmann, BinaryTools and CLI11
Diffstat (limited to 'lib/binarytools/Stream.cpp')
| -rw-r--r-- | lib/binarytools/Stream.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
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; +} |
