mkxp/binding-mruby/mrb-ext/file-helper.h
2020-05-04 13:13:57 +05:30

6 lines
No EOL
121 B
C

struct SDL_rw_file_helper {
const char * filename;
char * read();
int length;
bool write(char * data);
};