This commit is contained in:
twinaphex 2016-09-11 18:05:39 +02:00
parent d3f7bf8527
commit b216f76528
2 changed files with 9 additions and 4 deletions

View File

@ -17,14 +17,15 @@
#ifndef COMMAND_H__
#define COMMAND_H__
#include <stdint.h>
#include <boolean.h>
#include <retro_common_api.h>
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <stdint.h>
#include <boolean.h>
#include <retro_common_api.h>
RETRO_BEGIN_DECLS
typedef struct command command_t;

View File

@ -22,6 +22,10 @@
#include <boolean.h>
#include <retro_common_api.h>
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "gfx/video_driver.h"
#include "input/input_defines.h"