mirror of
https://github.com/rodamaral/lsnes.git
synced 2025-04-02 10:42:15 -04:00
8 lines
222 B
C++
8 lines
222 B
C++
#ifndef _keybroadcast__hpp__included__
|
|
#define _keybroadcast__hpp__included__
|
|
|
|
void keybroadcast_notify_foreground(bool fg);
|
|
void keybroadcast_set_master(uint16_t port);
|
|
void keybroadcast_set_slave(uint16_t port);
|
|
|
|
#endif
|