mirror of
https://github.com/aap/librw.git
synced 2026-04-19 13:03:09 +01:00
implemented dear imgui for librw
This commit is contained in:
@@ -683,6 +683,7 @@ struct TexDictionary
|
||||
void destroy(void);
|
||||
int32 count(void) { return this->textures.count(); }
|
||||
void add(Texture *t);
|
||||
void addFront(Texture *t);
|
||||
Texture *find(const char *name);
|
||||
static TexDictionary *streamRead(Stream *stream);
|
||||
void streamWrite(Stream *stream);
|
||||
|
||||
Reference in New Issue
Block a user