Implemented getTextureBatch()

This commit is contained in:
_
2018-04-04 19:38:30 -07:00
parent a446dd8741
commit cff2209971
3 changed files with 40 additions and 14 deletions

View File

@@ -46,4 +46,7 @@ void gettbd(struct TextureBatchDescriptor**,
const char*,
unsigned int);
void gettexturebatch(struct TextureBatch**,
const char*,
unsigned int);
#endif