git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2735 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
6ad7f1d0ae
commit
101ccd35d6
4 changed files with 2 additions and 2 deletions
|
@ -8,6 +8,7 @@
|
|||
#include "ddraw.h"
|
||||
#include "d3d.h"
|
||||
#include "d3dx.h"
|
||||
#include "glquake.h"
|
||||
|
||||
void *D3D_LoadTexture_32(char *name, unsigned int *data, int width, int height, int flags);
|
||||
void *D3D_LoadTexture_8_Pal24(char *name, unsigned char *data, int width, int height, int flags, unsigned char *palette, int transparentpix);
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
#ifdef D3DQUAKE
|
||||
#include "winquake.h"
|
||||
#include "d3d9quake.h"
|
||||
#include "glquake.h"
|
||||
#include "renderque.h"
|
||||
|
||||
mleaf_t *r_viewleaf, *r_oldviewleaf;
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include "d3d9.h"
|
||||
#include "com_mesh.h"
|
||||
#include "glquake.h"
|
||||
|
||||
//
|
||||
// d3d9_draw.c
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
#ifdef D3DQUAKE
|
||||
#include "winquake.h"
|
||||
#include "d3d9quake.h"
|
||||
#include "glquake.h"
|
||||
|
||||
//#include "d3d9.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue