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-01-01 11:45:09 +01:00
|
|
|
//#define TestCollision ((int (__cdecl*)(ITEM_INFO*, ITEM_INFO*)) 0x00479170)
|
2019-11-27 15:12:35 +01:00
|
|
|
#define GetJointAbsPosition ((int (__cdecl*)(ITEM_INFO*, PHD_VECTOR*, int)) 0x00479780)
|
2019-12-30 21:10:01 +01:00
|
|
|
//#define GetSpheres ((int (__cdecl*)(ITEM_INFO*, SPHERE*, int)) 0x00479380)
|
|
|
|
|
2020-01-01 11:45:09 +01:00
|
|
|
extern bool GotLaraSpheres;
|
|
|
|
|
|
|
|
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);
|
|
|
|
|
|
|
|
void Inject_Sphere();
|