summaryrefslogtreecommitdiff
path: root/internal_rewrite/interface.hpp
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2018-09-01 14:23:02 +0200
committernavewindre <boneyaard@gmail.com>2018-09-01 14:23:02 +0200
commitbeb5515757c0e653adc33f181184fe3791ca0a6b (patch)
tree68f123f602795a31a8811bd56e3b3271c102a3fa /internal_rewrite/interface.hpp
parent0767d6d4acaf5f86a67a375dffa54da9323646e3 (diff)
dasdadasf
Diffstat (limited to 'internal_rewrite/interface.hpp')
-rw-r--r--internal_rewrite/interface.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal_rewrite/interface.hpp b/internal_rewrite/interface.hpp
index 7cabe6a..577ab23 100644
--- a/internal_rewrite/interface.hpp
+++ b/internal_rewrite/interface.hpp
@@ -4,6 +4,7 @@
#include "factory.hpp"
#include "sdk.hpp"
#include "listener.hpp"
+#include "modules.hpp"
NAMESPACE_REGION( factory )
@@ -115,7 +116,6 @@ public:
IKeyValuesSystem* m_keyvalues;
global_vars_t* m_globals;
CGlobalState* m_global_state;
- IMemAlloc* m_alloc;
float m_frametime;
std::thread::id m_main_thread;
std::thread::id m_d3d_thread;
@@ -177,7 +177,7 @@ private:
std::vector< c_interface_base< uintptr_t >* > m_container;
};
-bool create_interfaces( c_csgo* instance );
+bool create_interfaces( c_csgo* instance, header_t* );
END_REGION