C++ library of small functions for Blockland DLL developers to deal with MinHook and common Torque engine interfaces

Queuenard 2495131a7b Separated MinHook function 2 months ago
TSfuncs 2495131a7b Separated MinHook function 2 months ago
README.md e0e7662920 Initial commit 3 months ago

README.md

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.