C++ library of small functions for Blockland DLL developers to deal with MinHook and common Torque engine interfaces
Queuenard 2495131a7b Separated MinHook function | 2 månader sedan | |
---|---|---|
TSfuncs | 2 månader sedan | |
README.md | 3 månader sedan |
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.