From c8181a1719fefc8b9d7ed52888f6a207fcdf026f Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Mon, 31 Oct 2022 23:15:26 +0000 Subject: add KeyValues class (#303) --- NorthstarDLL/r2engine.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'NorthstarDLL/r2engine.h') diff --git a/NorthstarDLL/r2engine.h b/NorthstarDLL/r2engine.h index 016e7db1..e428e1cc 100644 --- a/NorthstarDLL/r2engine.h +++ b/NorthstarDLL/r2engine.h @@ -1,4 +1,5 @@ #pragma once +#include "keyvalues.h" // use the R2 namespace for game funcs namespace R2 @@ -167,7 +168,7 @@ namespace R2 // +0x56 char pad1[0x202]; - void** m_ConVars; // this is a KeyValues* object but not got that struct mapped out atm + KeyValues* m_ConVars; // this is a KeyValues* object but not got that struct mapped out atm char pad2[0x240]; -- cgit v1.2.3