2018-08-19 09:46:58 +02:00
|
|
|
#pragma once
|
|
|
|
|
2018-09-08 18:43:59 +02:00
|
|
|
#include "..\Global\global.h"
|
2018-08-19 09:46:58 +02:00
|
|
|
|
2020-03-25 07:06:04 +01:00
|
|
|
#define InterpolateMatrix ((int (__cdecl*)()) 0x0042C8F0)
|
|
|
|
#define InitInterpolate2 ((int (__cdecl*)(int, int)) 0x00479BB0)
|
|
|
|
|
2020-01-01 11:45:09 +01:00
|
|
|
extern bool GotLaraSpheres;
|
2020-04-14 06:11:10 +02:00
|
|
|
extern SPHERE BaddieSpheres[34];
|
2020-01-01 11:45:09 +01:00
|
|
|
|
|
|
|
int TestCollision(ITEM_INFO* item, ITEM_INFO* l);
|
2019-12-30 21:10:01 +01:00
|
|
|
int GetSpheres(ITEM_INFO* item, SPHERE* ptr, char worldSpace);
|
2020-03-25 07:06:04 +01:00
|
|
|
void GetJointAbsPosition(ITEM_INFO* item, PHD_VECTOR* vec, int joint);
|
2019-12-30 21:10:01 +01:00
|
|
|
|
|
|
|
void Inject_Sphere();
|