mirror of
https://github.com/aap/librw.git
synced 2026-04-19 13:03:09 +01:00
improved engine init and plugin registration
This commit is contained in:
@@ -136,8 +136,10 @@ struct Frame
|
||||
Frame *cloneAndLink(Frame *clonedroot);
|
||||
void purgeClone(void);
|
||||
|
||||
|
||||
static LinkList dirtyList;
|
||||
#ifndef RWPUBLIC
|
||||
static void *_open(void*, int32, int32);
|
||||
static void *_close(void*, int32, int32);
|
||||
#endif
|
||||
static void syncDirty(void);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user