From 2f2b497aca23239406ce3f8d94f29f10d205a68b Mon Sep 17 00:00:00 2001 From: BobTheBob9 Date: Thu, 1 Sep 2022 23:08:58 +0100 Subject: add scriptdatatable.cpp rewrite --- NorthstarDLL/debugoverlay.cpp | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'NorthstarDLL/debugoverlay.cpp') diff --git a/NorthstarDLL/debugoverlay.cpp b/NorthstarDLL/debugoverlay.cpp index 18975830..2d2d03e0 100644 --- a/NorthstarDLL/debugoverlay.cpp +++ b/NorthstarDLL/debugoverlay.cpp @@ -1,19 +1,10 @@ #include "pch.h" #include "dedicated.h" #include "cvar.h" +#include "vector.h" AUTOHOOK_INIT() -struct Vector3 -{ - float x, y, z; -}; - -struct QAngle -{ - float x, y, z, w; -}; - enum OverlayType_t { OVERLAY_BOX = 0, -- cgit v1.2.3