Add missing prototype
This commit is contained in:
parent
3a39a51f11
commit
464df18ac2
|
@ -1798,6 +1798,8 @@ void video_driver_display_set(uintptr_t idx);
|
|||
|
||||
void video_driver_window_set(uintptr_t idx);
|
||||
|
||||
uintptr_t video_driver_window_get(void);
|
||||
|
||||
bool video_driver_texture_load(void *data,
|
||||
enum texture_filter_type filter_type,
|
||||
uintptr_t *id);
|
||||
|
|
Loading…
Reference in New Issue