This is an example custom module for TwinkieForever, using the external C++ API. See CreatingModules.md for more information.
If your DLL uses the Twinkie C++ module API, and you plan on releasing your DLL via ModLoader, then you must add Twinkie as a dependancy in your description.yaml file.
Twinkie is a 32-bit (x86) only application. Your DLLs have to be built in x86 arch.
The Twinkie C++ module API only works with v2.0.1. Any other release will not work.