summaryrefslogtreecommitdiff
path: root/2d/wrappers
Commit message (Collapse)AuthorAgeFilesLines
* Fix freeimage-load procedure that was not passing enough arguments.David Thompson2013-08-151-4/+3
| | | | | | This was a fucking pain to track down. freeimage-get-bits was randomly failing to load. Sometimes the program would run, sometimes it would crash with a null pointer dereference error.
* Add wrapper for FreeImage_FlipVertical.David Thompson2013-08-151-0/+12
|
* Add freeimage wrapper.David Thompson2013-08-141-0/+250
|
* Remove unnecessary gl enum.David Thompson2013-08-141-20/+0
|
* Move gl.scm to wrappers subdirectory.David Thompson2013-08-141-0/+96