diff options
Diffstat (limited to 'Source/Memory.h')
-rw-r--r-- | Source/Memory.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Memory.h b/Source/Memory.h index d2ab50e..4c79d7c 100644 --- a/Source/Memory.h +++ b/Source/Memory.h | |||
@@ -64,6 +64,8 @@ public: | |||
64 | ThrowError(); | 64 | ThrowError(); |
65 | } | 65 | } |
66 | 66 | ||
67 | void ClearOffsets() {_computedAddresses = std::map<uintptr_t, uintptr_t>();} | ||
68 | |||
67 | private: | 69 | private: |
68 | 70 | ||
69 | void ThrowError(); | 71 | void ThrowError(); |