mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-17 16:59:21 +00:00
Includes overhaul, fix some compiler warnings
This commit is contained in:
parent
357b67e3f5
commit
5a47379bf5
42 changed files with 105 additions and 146 deletions
|
@ -1,4 +1,4 @@
|
|||
#define WITH_D3D
|
||||
#define WITHD3D
|
||||
#include "common.h"
|
||||
|
||||
#ifdef EXTENDED_PIPELINES
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#define WITH_D3D
|
||||
#define WITHD3D
|
||||
#include "common.h"
|
||||
|
||||
#ifdef RW_D3D9
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#define WITHWINDOWS
|
||||
#define WITH_D3D
|
||||
#define WITHD3D
|
||||
#include "common.h"
|
||||
|
||||
#ifdef EXTENDED_COLOURFILTER
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#define WITH_D3D
|
||||
#define WITHD3D
|
||||
#include "common.h"
|
||||
|
||||
#ifdef SCREEN_DROPLETS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue