nestopia/source/unix/controlconfig.h
2013-01-03 23:49:10 -05: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