mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 03:29:00 +00:00
Fix RW build
This commit is contained in:
parent
c002dd6cba
commit
e077a6bf28
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#ifdef ANISOTROPIC_FILTERING
|
#ifdef ANISOTROPIC_FILTERING
|
||||||
#include "rpanisot.h"
|
#include "rpanisot.h"
|
||||||
|
#ifndef LIBRW
|
||||||
|
#pragma comment( lib, "rpanisot.lib" )
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#include "crossplatform.h"
|
#include "crossplatform.h"
|
||||||
#include "platform.h"
|
#include "platform.h"
|
||||||
|
|
Loading…
Reference in a new issue