mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 09:40:06 +00:00
Add function prototype
This commit is contained in:
parent
f97d084290
commit
43956f07fa
@ -104,6 +104,8 @@ void driver_camera_stop(void);
|
|||||||
|
|
||||||
bool driver_camera_start(void);
|
bool driver_camera_start(void);
|
||||||
|
|
||||||
|
void camera_driver_poll(void);
|
||||||
|
|
||||||
bool camera_driver_ctl(enum rarch_camera_ctl_state state, void *data);
|
bool camera_driver_ctl(enum rarch_camera_ctl_state state, void *data);
|
||||||
|
|
||||||
RETRO_END_DECLS
|
RETRO_END_DECLS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user