mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 09:39:56 +00:00
Header include changes
This commit is contained in:
parent
c6359d6dbc
commit
d110f39f56
8
system.h
8
system.h
@ -16,10 +16,16 @@
|
||||
#ifndef __RARCH_SYSTEM_H
|
||||
#define __RARCH_SYSTEM_H
|
||||
|
||||
#include "configuration.h"
|
||||
#include <retro_miscellaneous.h>
|
||||
|
||||
#include "driver.h"
|
||||
#include "core_options.h"
|
||||
#include "libretro.h"
|
||||
|
||||
#ifndef MAX_USERS
|
||||
#define MAX_USERS 16
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user