summaryrefslogtreecommitdiff
path: root/lib/binarytools/Stream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/binarytools/Stream.cpp')
-rw-r--r--lib/binarytools/Stream.cpp5
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;
+}