Mercurial > mm7
comparison mm7_data.h @ 391:86637e3f59a9
Some AI subs
author | Nomad |
---|---|
date | Sat, 23 Feb 2013 08:46:50 +0200 |
parents | 35a62d1948d4 |
children | c0700eaabeb8 |
comparison
equal
deleted
inserted
replaced
390:35a62d1948d4 | 391:86637e3f59a9 |
---|---|
1751 // Function declarations | 1751 // Function declarations |
1752 | 1752 |
1753 #define __thiscall __cdecl // Test compile in C mode | 1753 #define __thiscall __cdecl // Test compile in C mode |
1754 | 1754 |
1755 void __stdcall mm7__vector_constructor(void *a1, int objSize, int numObjs, int (__thiscall *constructor)(int)); | 1755 void __stdcall mm7__vector_constructor(void *a1, int objSize, int numObjs, int (__thiscall *constructor)(int)); |
1756 int __cdecl ODM_4014E6_AI(); | 1756 void MakeActorAIList_ODM(); |
1757 int __cdecl BLV_4016FA_AI(); | 1757 int __cdecl MakeActorAIList_BLV(); |
1758 void __cdecl sub_401A91_AI(); | 1758 void __cdecl sub_401A91_AI(); |
1759 bool __fastcall sub_4070EF_prolly_collide_objects(unsigned int uObjID, unsigned int uObj2ID); | 1759 bool __fastcall sub_4070EF_prolly_collide_objects(unsigned int uObjID, unsigned int uObj2ID); |
1760 bool __fastcall sub_4075DB(int a1, int a2, int a3, struct BLVFace *a4); | 1760 bool __fastcall sub_4075DB(int a1, int a2, int a3, struct BLVFace *a4); |
1761 bool __fastcall sub_4077F1(int a1, int a2, int a3, struct ODMFace *a4, struct BSPVertexBuffer *a5); | 1761 bool __fastcall sub_4077F1(int a1, int a2, int a3, struct ODMFace *a4, struct BSPVertexBuffer *a5); |
1762 bool __fastcall sub_407A1C(int x, int z, int y, struct Vec3_int_ v); // idb | 1762 bool __fastcall sub_407A1C(int x, int z, int y, struct Vec3_int_ v); // idb |