C++ library of small functions for Blockland DLL developers to deal with MinHook and common Torque engine interfaces
Queuenard 2495131a7b Separated MinHook function | il y a 3 mois | |
---|---|---|
TSfuncs | il y a 3 mois | |
README.md | il y a 4 mois |
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.