Take care of some linking issues with CXX_BUILD

This commit is contained in:
twinaphex 2015-10-18 17:41:42 +02:00
parent 9c6d252c37
commit 659893e014
2 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,8 @@
#include "../../retroarch.h"
#include "../../performance.h"
#include "../../gfx/video_shader_driver.h"
#include "../../input/input_remapping.h"
#ifndef BIND_ACTION_START

View File

@ -20,6 +20,8 @@
#include <stdlib.h>
#include <boolean.h>
#include <gfx/math/matrix_4x4.h>
#ifdef __cplusplus
extern "C" {
#endif