mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Fix 'no previous prototype for function' warning
This commit is contained in:
parent
a1df3ef4a0
commit
f2e1641ace
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
void main_exit(args_type() args);
|
||||
|
||||
void main_exit_save_config(void);
|
||||
|
||||
returntype main_entry(signature());
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue