mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
platform sdl, add missing prototype
This commit is contained in:
parent
e278f08bed
commit
39194ef19e
1 changed files with 1 additions and 0 deletions
|
@ -199,6 +199,7 @@ void plat_update_volume(int has_changed, int is_up);
|
||||||
void plat_video_clear_status(void);
|
void plat_video_clear_status(void);
|
||||||
void plat_video_clear_buffers(void);
|
void plat_video_clear_buffers(void);
|
||||||
void plat_video_set_size(int w, int h);
|
void plat_video_set_size(int w, int h);
|
||||||
|
void plat_video_set_shadow(int w, int h);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
} // extern "C"
|
} // extern "C"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue