mirror of
https://github.com/holub/mame
synced 2025-06-04 11:56:28 +03:00
7 lines
173 B
C
7 lines
173 B
C
/* system-specific definitions */
|
|
|
|
PmError pm_macosxcm_init(void);
|
|
void pm_macosxcm_term(void);
|
|
|
|
PmDeviceID find_default_device(const char *path, int input, PmDeviceID id);
|