Moved loop to its own function - gettextures()

This commit is contained in:
_
2018-04-04 22:14:45 -07:00
parent 91103da410
commit 6f915237b4
3 changed files with 26 additions and 13 deletions

View File

@@ -51,4 +51,10 @@ unsigned int gettexturebatch(
struct TextureBatchDescriptor**,
const char*,
unsigned int);
void gettextures(struct Texture **,
struct TexturePack*,
struct TextureBatch**,
struct TextureBatchDescriptor**);
#endif