From 464df18ac245f2ffe859c74a87afdb602ce820b5 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 22 Sep 2019 05:56:04 +0200 Subject: [PATCH] Add missing prototype --- retroarch.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/retroarch.h b/retroarch.h index d5a5b7ed61..b0591f5ab1 100644 --- a/retroarch.h +++ b/retroarch.h @@ -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);