mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
6 lines
167 B
C
6 lines
167 B
C
/* system-specific definitions */
|
|
|
|
PmError pm_macosxcm_init(void);
|
|
void pm_macosxcm_term(void);
|
|
|
|
PmDeviceID find_default_device(char *path, int input, PmDeviceID id);
|