TombEngine/TR5Main/Game/sphere.h

15 lines
451 B
C
Raw Normal View History

2018-08-19 09:46:58 +02:00
#pragma once
#include "..\Global\global.h"
2018-08-19 09:46:58 +02:00
#define InterpolateMatrix ((int (__cdecl*)()) 0x0042C8F0)
#define InitInterpolate2 ((int (__cdecl*)(int, int)) 0x00479BB0)
2020-01-01 11:45:09 +01:00
extern bool GotLaraSpheres;
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);
void GetJointAbsPosition(ITEM_INFO* item, PHD_VECTOR* vec, int joint);
2019-12-30 21:10:01 +01:00
void Inject_Sphere();