RetroArch
frontend.h
Go to the documentation of this file.
1 /* RetroArch - A frontend for libretro.
2  * Copyright (C) 2010-2014 - Hans-Kristian Arntzen
3  * Copyright (C) 2011-2017 - Daniel De Matteis
4  * Copyright (C) 2012-2015 - Michael Lelli
5  *
6  * RetroArch is free software: you can redistribute it and/or modify it under the terms
7  * of the GNU General Public License as published by the Free Software Found-
8  * ation, either version 3 of the License, or (at your option) any later version.
9  *
10  * RetroArch is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
11  * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  * PURPOSE. See the GNU General Public License for more details.
13  *
14  * You should have received a copy of the GNU General Public License along with RetroArch.
15  * If not, see <http://www.gnu.org/licenses/>.
16  */
17 
18 #ifndef _RARCH_FRONTEND_H
19 #define _RARCH_FRONTEND_H
20 
21 #include <stdint.h>
22 #include <stddef.h>
23 
24 #include <retro_common_api.h>
25 
27 
36 void main_exit(void *args);
37 
49 int rarch_main(int argc, char *argv[], void *data);
50 
52 
53 #endif
#define RETRO_BEGIN_DECLS
Definition: retro_common_api.h:41
Definition: ibxm.h:9
dictionary args
Definition: test_shaders.py:20
#define RETRO_END_DECLS
Definition: retro_common_api.h:42
RETRO_BEGIN_DECLS void main_exit(void *args)
Definition: frontend.c:59
int rarch_main(int argc, char *argv[], void *data)
Definition: frontend.c:105