mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
7 lines
167 B
C
7 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);
|