incbin and littleendian/bigendian question?

BlitzMax Forums/BlitzMax Programming/incbin and littleendian/bigendian question?

*(Posted 2006) [#1]
is there a way to use both incbin to have files in the exe and littleendian/bigendian as well?


FlameDuck(Posted 2006) [#2]
Sure, but it's easier to wrap your loading function in the suitable EndianStream, and just always use Litte- or BigEndian by default.