#ifndef YMF262_SOFTWARE_MAINAPP_H
#define YMF262_SOFTWARE_MAINAPP_H
#ifdef __cplusplus
extern "C" {
#endif
void mainApp(void);
}