Files
FreeJ/bindings/ruby/list_classes.sh
x37v 9e7d08a2f0 exposed "screen.h" (ViewPort) in the swig interface, ignored some of the defines in there,
updated the list classes to be a little more clean, but added another
one that actually lists a lot more data, i figure we should ditch
list_classes.sh but... haven't done it yet.
2008-12-16 02:41:33 -08:00

3 lines
88 B
Bash
Executable File

#!/bin/sh
ruby1.9 -I.libs -e "require 'Freej'; puts Freej::constants.sort.join(\"\n\")"