mirror of
https://github.com/aap/librw.git
synced 2026-04-19 13:03:09 +01:00
implemented basic error system; restructured some files; replaced a few asserts
This commit is contained in:
@@ -544,7 +544,7 @@ struct Clump : PluginBase<Clump>
|
||||
uint32 streamGetSize(void);
|
||||
void render(void);
|
||||
|
||||
void frameListStreamRead(Stream *stream, Frame ***flp, int32 *nf);
|
||||
bool frameListStreamRead(Stream *stream, Frame ***flp, int32 *nf);
|
||||
void frameListStreamWrite(Stream *stream, Frame **flp, int32 nf);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user