hooksystem: avoid huge include for HANDLE

This commit is contained in:
Vaxry
2025-01-26 18:35:35 +00:00
parent bb5b09def0
commit 6bd6c5512e

View File

@@ -9,7 +9,7 @@
#include <csetjmp>
#include "../plugins/PluginAPI.hpp"
#define HANDLE void*
// global typedef for hooked functions. Passes itself as a ptr when called, and `data` additionally.