What I want to know is, how is the data arranged? Is it really a 1D array, or is it actaully a 2D array written down as a 1D array. Or am I missing something? (probably)
Can someone please explain how to use the return values from these functions? Example code would be good. I'm looking for something like this:
Code: Select all
unsigned char ** metalMap = (unsigned char **) GetMetalMap()
Ta.
Munch