1
0
mirror of https://github.com/mist-devel/mist-firmware.git synced 2026-02-02 06:21:16 +00:00
Files
mist-devel.mist-firmware/arc_file.h
2020-02-12 21:09:50 +01:00

17 lines
239 B
C

/*
* arc_file.h
* Open/parse .arc (Arcade) files
*
*/
#ifndef ARC_FILE_H
#define ARC_FILE_H
char arc_open(char *fname);
void arc_reset();
char *arc_get_rbfname();
char *arc_get_corename();
char *arc_get_conf();
#endif // ARC_FILE_H