9 lines
148 B
C
9 lines
148 B
C
#ifndef ROMUTILS_H_
|
|
#define ROMUTILS_H_
|
|
|
|
int arcade_send_rom(const char *xml);
|
|
int arcade_load(const char *xml);
|
|
void arcade_check_error();
|
|
|
|
#endif
|