Leadwerks Modules

BlitzMax Forums/BlitzMax Programming/Leadwerks Modules

I moved all my general-purpose functions into modules, and uploaded them here:
http://www.leadwerks.com/modules/

There's some good stuff in here, including the following:
-Peek and poke null-terminated strings
-Read and write null-terminated strings
-Append a value to the end of a bank
-Set the screen gamma
-Get and set mouse position relative to a gadget
-Plus freeimage and vtflib.

Nice. Thanks :)

I replaced lwgamma v1.01 with v1.02. This makes it so RestoreGamma() is called OnEnd.

Great Share, thanks.