mirror of
https://notabug.org/scuti/lib3ddevil1
synced 2025-05-31 14:11:42 +05:30
Implemented function that correctly acquires TextureBatchDescriptors
This commit is contained in:
@@ -38,12 +38,11 @@ struct TextureBatch {
|
||||
#pragma pack(pop)
|
||||
// re-enable stuct padding for whatever other reason.
|
||||
|
||||
void gettph(struct TexturePack*, const char*);
|
||||
|
||||
void printtph(struct TexturePack*);
|
||||
|
||||
void gettbd(struct TextureBatchDescriptor*,
|
||||
struct TexturePack *tph,
|
||||
void printtbd(struct TextureBatchDescriptor*);
|
||||
|
||||
void gettbd(struct TextureBatchDescriptor**,
|
||||
const char*,
|
||||
unsigned int);
|
||||
|
||||
|
Reference in New Issue
Block a user