From 10a7373eb3857b2facccad7aa12c56f17b2dadf4 Mon Sep 17 00:00:00 2001 From: "Mr. eXoDia" Date: Sat, 15 Mar 2014 16:27:07 +0100 Subject: [PATCH] - working MemoryReadSafe & MemoryWriteSafe in C++ SDK --- SDK/CPP/TitanEngine.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SDK/CPP/TitanEngine.hpp b/SDK/CPP/TitanEngine.hpp index 325d48a..48148b6 100644 --- a/SDK/CPP/TitanEngine.hpp +++ b/SDK/CPP/TitanEngine.hpp @@ -726,6 +726,8 @@ public: using DumperX::ConvertVAtoFileOffsetEx; using DumperX::ConvertFileOffsetToVA; using DumperX::ConvertFileOffsetToVAEx; + using DumperX::MemoryReadSafe; + using DumperX::MemoryWriteSafe; }; class RealignerA;