mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Header cleanup
This commit is contained in:
parent
226460530c
commit
50bd1c38be
1 changed files with 0 additions and 6 deletions
|
@ -22,10 +22,6 @@
|
|||
#include <boolean.h>
|
||||
#include <retro_common_api.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../config.h"
|
||||
#endif
|
||||
|
||||
RETRO_BEGIN_DECLS
|
||||
|
||||
enum state_tracker_type
|
||||
|
@ -63,11 +59,9 @@ struct state_tracker_info
|
|||
const struct state_tracker_uniform_info *info;
|
||||
unsigned info_elem;
|
||||
|
||||
#ifdef HAVE_PYTHON
|
||||
const char *script;
|
||||
const char *script_class;
|
||||
bool script_is_file;
|
||||
#endif
|
||||
};
|
||||
|
||||
struct state_tracker_uniform
|
||||
|
|
Loading…
Add table
Reference in a new issue