fixed tex reading bug

This commit is contained in:
aap
2020-07-16 11:35:41 +02:00
parent 990a7e21dd
commit 65d14730da
4 changed files with 4 additions and 14 deletions

View File

@@ -695,5 +695,5 @@ bool readChunkHeaderInfo(Stream *s, ChunkHeaderInfo *header);
bool findChunk(Stream *s, uint32 type, uint32 *length, uint32 *version);
int32 findPointer(void *p, void **list, int32 num);
uint8 *getFileContents(char *name, uint32 *len);
uint8 *getFileContents(const char *name, uint32 *len);
}