Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 678 Bytes

File metadata and controls

10 lines (8 loc) · 678 Bytes

ForeverExampleCustomModule

This is an example custom module for TwinkieForever, using the external C++ API. See CreatingModules.md for more information.

ModLoader

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.

IMPORTANT

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.