Leadwerks Modules

BlitzMax Forums/BlitzMax Programming/Leadwerks Modules

JoshK(Posted 2006) [#1]
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.


Amon(Posted 2006) [#2]
Nice. Thanks :)


JoshK(Posted 2006) [#3]
I replaced lwgamma v1.01 with v1.02. This makes it so RestoreGamma() is called OnEnd.


popcade(Posted 2006) [#4]
Great Share, thanks.