24
The Flexile toolkit is a library of classes, extensions, functions and defines I commonly use in development. (see: Flexile App) I will try to hit the highlights below, but for complete information I recommend you read the header files (which are admittedly incomplete at the moment… it’s my next todo).I’ve tried to reduce the dependencies among the classes as much as possible. You can import FlxToolkit.hto import everything. I’ve also split the Toolkit into: Classes, Defines, Functions (als…