mkxp/binding-mruby/mrb-ext/file-helper.h

6 lines
121 B
C
Raw Normal View History

2020-05-04 07:43:57 +00:00
struct SDL_rw_file_helper {
const char * filename;
char * read();
int length;
bool write(char * data);
};