nestopia/source/linux/controlconfig.h
2012-09-02 13:13:55 -04:00

14 lines
217 B
C

/*
NEStopia / Linux
Port by R. Belmont
controlconfig.h - control configurator
*/
#ifndef CONTROLCONFIG_H
#define CONTROLCONFIG_H
void run_configurator(InputDefT *ctl_list, int itemToSet, int usejoys);
#endif