Footsteps

Signed-off-by: eray orçunus <erayorcunus@gmail.com>
This commit is contained in:
eray orçunus
2019-06-28 19:19:00 +03:00
parent 9f07569bd6
commit 7ab2ba9399
7 changed files with 166 additions and 23 deletions

View File

@@ -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;