detour-implementation of texture unpacking

This commit is contained in:
_
2018-04-05 14:27:29 -07:00
parent 1b06741be4
commit c812696612
3 changed files with 16 additions and 13 deletions

View File

@@ -52,7 +52,7 @@ unsigned int gettexturebatch(
const char*,
unsigned int);
void gettextures(struct Texture **,
void gettextures(unsigned int*,
struct TexturePack*,
struct TextureBatch**,
struct TextureBatchDescriptor**);