EnumGen

BlitzMax Forums/BlitzMax Programming/EnumGen

Perturbatio(Posted 2005) [#1]
For some reason, I decided to do a search for Enum info and found this page: http://www.blitzbasic.com/Community/posts.php?topic=42379

I ended up making this:
http://www.corstorphineonline.com/files/EnumGen.zip

(Source and win32 exe)

It generates an Enum type based on supplied values (can be Ints, Floats or Bitwise).

I hope someone can find it useful. (It's not pretty, but it works)