C++ library of small functions for Blockland DLL developers to deal with MinHook and common Torque engine interfaces
Queuenard 2495131a7b Separated MinHook function | пре 2 месеци | |
---|---|---|
TSfuncs | пре 2 месеци | |
README.md | пре 3 месеци |
This is a C++ library of small functions for Blockland DLL developers to deal with MinHook and common Torque engine interfaces.
All published Blockland DLL code have used a version called "TSFuncs" so this repository puts it all together. This is essentially the core of functions needed to write a DLL for Blockland.
Additionally, MinHookMini.h provides a minimal version of MinHook types which works with the MinHook-export version of RedBlocklandLoader, which has not yet been released at the time of writing.