From 7c9ffa1cabbd03a87a1b8efa1d0db329ba9ecc77 Mon Sep 17 00:00:00 2001 From: Jan Date: Sat, 20 Jan 2024 23:37:47 +0100 Subject: Remove `structs.h` in favor of manual padding (#613) - delete `structs.h` - completely remove VPKFileEntry (its completely unused) - convert all other instances of `OFFSET_STRUCT` to normal structs (this was automated and may be wrong) - Update `m_bZooming` type from `uint32_t` to `bool` --- primedev/pch.h | 1 - 1 file changed, 1 deletion(-) (limited to 'primedev/pch.h') diff --git a/primedev/pch.h b/primedev/pch.h index b9ba0e08..8a03b857 100644 --- a/primedev/pch.h +++ b/primedev/pch.h @@ -31,7 +31,6 @@ typedef void (*callable_v)(void* v); #include "core/macros.h" -#include "core/structs.h" #include "core/math/color.h" #include "spdlog/spdlog.h" -- cgit v1.2.3