mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
Rename .hpp files
This commit is contained in:
parent
4d222a1e0f
commit
f9cd1ba788
@ -15,7 +15,7 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "../d3d/d3d.hpp"
|
||||
#include "../d3d/d3d.h"
|
||||
#include "win32_common.h"
|
||||
|
||||
#include "../gfx_common.h"
|
||||
|
@ -20,9 +20,9 @@
|
||||
#include <xgraphics.h>
|
||||
#endif
|
||||
|
||||
#include "d3d.hpp"
|
||||
#include "d3d.h"
|
||||
#ifndef _XBOX
|
||||
#include "render_chain.hpp"
|
||||
#include "render_chain.h"
|
||||
#endif
|
||||
#include "../gfx_common.h"
|
||||
|
||||
|
@ -14,8 +14,8 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef D3DVIDEO_HPP__
|
||||
#define D3DVIDEO_HPP__
|
||||
#ifndef __D3DVIDEO_INTF_H__
|
||||
#define __D3DVIDEO_INTF_H__
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
@ -14,10 +14,10 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "d3d.hpp"
|
||||
#include "d3d.h"
|
||||
#include "d3d_wrapper.h"
|
||||
#ifndef _XBOX
|
||||
#include "render_chain.hpp"
|
||||
#include "render_chain.h"
|
||||
#endif
|
||||
|
||||
void d3d_swap(void *data, LPDIRECT3DDEVICE dev)
|
||||
|
@ -14,7 +14,7 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "render_chain.hpp"
|
||||
#include "render_chain.h"
|
||||
#include <string.h>
|
||||
|
||||
static inline D3DTEXTUREFILTERTYPE translate_filter(unsigned type)
|
||||
|
@ -14,10 +14,10 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef RENDER_CHAIN_HPP__
|
||||
#define RENDER_CHAIN_HPP__
|
||||
#ifndef __D3D_RENDER_CHAIN_H
|
||||
#define __D3D_RENDER_CHAIN_H
|
||||
|
||||
#include "d3d.hpp"
|
||||
#include "d3d.h"
|
||||
#include "../state_tracker.h"
|
||||
#include "../shader/shader_parse.h"
|
||||
|
@ -14,7 +14,7 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "../d3d/d3d.hpp"
|
||||
#include "../d3d/d3d.h"
|
||||
#include "d3d_font.h"
|
||||
#include "../gfx_common.h"
|
||||
#include "../../general.h"
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
#include <xtl.h>
|
||||
#include "d3d_font.h"
|
||||
#include "../d3d/d3d.hpp"
|
||||
#include "../d3d/d3d.h"
|
||||
#include "../gfx_common.h"
|
||||
#include "../../general.h"
|
||||
#include "../../xdk/xdk_resources.h"
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
#include "shader_hlsl.h"
|
||||
#include "shader_parse.h"
|
||||
#include "../d3d/d3d.hpp"
|
||||
#include "../d3d/d3d.h"
|
||||
|
||||
static const char *stock_hlsl_program =
|
||||
"void main_vertex\n"
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include "../../message_queue.h"
|
||||
#include "../../general.h"
|
||||
|
||||
#include "../../gfx/d3d/d3d.hpp"
|
||||
#include "../../gfx/d3d/d3d.h"
|
||||
|
||||
#include "shared.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user