implemented dear imgui for librw

This commit is contained in:
aap
2017-12-30 11:43:17 +01:00
parent d522a47120
commit 578c5f81fb
25 changed files with 26976 additions and 13 deletions

View File

@@ -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);