mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
commit
a4bbdfa593
@ -54,6 +54,10 @@
|
||||
|
||||
#endif
|
||||
|
||||
#if !defined(DONT_HAVE_STATE_TRACKER) && !defined(_XBOX)
|
||||
#include "../../dynamic.h"
|
||||
#endif
|
||||
|
||||
/* forward declarations */
|
||||
static void d3d_calculate_rect(d3d_video_t *d3d,
|
||||
unsigned width, unsigned height,
|
||||
|
@ -17,6 +17,9 @@
|
||||
#ifndef D3DVIDEO_HPP__
|
||||
#define D3DVIDEO_HPP__
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../../config.h"
|
||||
#endif
|
||||
@ -55,8 +58,7 @@
|
||||
#include <Cg/cgD3D9.h>
|
||||
#endif
|
||||
#include "d3d_wrapper.h"
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
||||
#ifdef HAVE_OVERLAY
|
||||
typedef struct
|
||||
|
Loading…
x
Reference in New Issue
Block a user