mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-16 08:19:01 +00:00
surfacetable included
This commit is contained in:
parent
98af5e4ddb
commit
fab2c8699c
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
||||||
#include "Occlusion.h"
|
#include "Occlusion.h"
|
||||||
#include "Replay.h"
|
#include "Replay.h"
|
||||||
#include "WaterLevel.h"
|
#include "WaterLevel.h"
|
||||||
|
#include "SurfaceTable.h"
|
||||||
|
|
||||||
#define RwIm3DVertexSet_RGBA(vert, rgba) RwIm3DVertexSetRGBA(vert, rgba.red, rgba.green, rgba.blue, rgba.alpha) // (RwRGBAAssign(&(_dst)->color, &_src))
|
#define RwIm3DVertexSet_RGBA(vert, rgba) RwIm3DVertexSetRGBA(vert, rgba.red, rgba.green, rgba.blue, rgba.alpha) // (RwRGBAAssign(&(_dst)->color, &_src))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue