mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Take care of some linking issues with CXX_BUILD
This commit is contained in:
parent
9c6d252c37
commit
659893e014
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -20,6 +20,8 @@
|
|||
#include <stdlib.h>
|
||||
#include <boolean.h>
|
||||
|
||||
#include <gfx/math/matrix_4x4.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue