diff options
author | eray orçunus <erayorcunus@gmail.com> | 2019-06-28 18:19:00 +0200 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2019-06-28 18:19:00 +0200 |
commit | 7ab2ba9399eb8003821122f619371e443a8b1603 (patch) | |
tree | b0490ac6bdd9b7ff863cdd26d68280aea2e9357d /src/render/Shadows.h | |
parent | Merge pull request #62 from erorcun/erorcun (diff) | |
download | re3-7ab2ba9399eb8003821122f619371e443a8b1603.tar re3-7ab2ba9399eb8003821122f619371e443a8b1603.tar.gz re3-7ab2ba9399eb8003821122f619371e443a8b1603.tar.bz2 re3-7ab2ba9399eb8003821122f619371e443a8b1603.tar.lz re3-7ab2ba9399eb8003821122f619371e443a8b1603.tar.xz re3-7ab2ba9399eb8003821122f619371e443a8b1603.tar.zst re3-7ab2ba9399eb8003821122f619371e443a8b1603.zip |
Diffstat (limited to '')
-rw-r--r-- | src/render/Shadows.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render/Shadows.h b/src/render/Shadows.h index be3ec0c4..2a41f81e 100644 --- a/src/render/Shadows.h +++ b/src/render/Shadows.h @@ -13,3 +13,5 @@ public: static void CalcPedShadowValues(CVector light, float *frontX, float *frontY, float *sideX, float *sideY, float *dispX, float *dispY); static void StoreShadowForPedObject(CEntity *ent, float dispX, float dispY, float frontX, float frontY, float sideX, float sideY); }; + +extern RwTexture*& gpBloodPoolTex; |