mirror of
https://github.com/aap/librw.git
synced 2026-01-25 12:32:57 +00:00
fixes to matfx
This commit is contained in:
@@ -300,6 +300,7 @@ class StreamFile : public Stream
|
||||
{
|
||||
FILE *file;
|
||||
public:
|
||||
StreamFile(void) { file = nil; }
|
||||
void close(void);
|
||||
uint32 write(const void *data, uint32 length);
|
||||
uint32 read(void *data, uint32 length);
|
||||
|
||||
Reference in New Issue
Block a user