mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 16:39:43 +00:00
Add missing forward declarations
This commit is contained in:
parent
cd244371b9
commit
8914e289e1
@ -1625,6 +1625,12 @@ static char *secondary_library_path = NULL;
|
||||
#endif
|
||||
|
||||
/* Forward declarations */
|
||||
static bool driver_location_get_position(double *lat, double *lon,
|
||||
double *horiz_accuracy, double *vert_accuracy);
|
||||
static void driver_location_set_interval(unsigned interval_msecs,
|
||||
unsigned interval_distance);
|
||||
static void driver_location_stop(void);
|
||||
static bool driver_location_start(void);
|
||||
static void driver_camera_stop(void);
|
||||
static bool driver_camera_start(void);
|
||||
static retro_proc_address_t video_driver_get_proc_address(const char *sym);
|
||||
|
Loading…
Reference in New Issue
Block a user