#ifndef SURFACES_H
#define SURFACES_H

#define ABS(a) ((a) >= 0 ? (a) : -(a))

short int lightstyleStrings[16][64];
int lightstyleLengths[11];

void GetTMap(__memBase, struct texture *Text, short int mip);

#endif
