Mercurial > mm7
comparison mm7_data.h @ 2000:985fff9fb62d
constructor functions
author | zipi |
---|---|
date | Tue, 05 Nov 2013 21:55:52 +0000 |
parents | f7e8c4d4a01b |
children | 30c2b575d25c |
comparison
equal
deleted
inserted
replaced
1999:079f2abf54e4 | 2000:985fff9fb62d |
---|---|
500 extern int dword_4F288C; // weak | 500 extern int dword_4F288C; // weak |
501 extern double dbl_4F5372; // weak | 501 extern double dbl_4F5372; // weak |
502 extern int dword_4F5428[]; // weak | 502 extern int dword_4F5428[]; // weak |
503 extern int dword_4F542C[]; // weak | 503 extern int dword_4F542C[]; // weak |
504 extern _UNKNOWN crtunk_4F54B8; // weak | 504 extern _UNKNOWN crtunk_4F54B8; // weak |
505 extern std::array<int, 52> dword_4F5B24_ys; // idb | |
506 extern std::array<int, 52> dword_4F5BF4_xs; // idb | |
507 extern std::array<int, 52> dword_4F5CC8_ys; // idb | |
508 extern std::array<int, 52> dword_4F5D98_xs; // idb | |
509 extern std::array<int, 500> ai_array_4F5E68; | 505 extern std::array<int, 500> ai_array_4F5E68; |
510 extern std::array<int, 500> ai_array_4F6638_actor_ids; | 506 extern std::array<int, 500> ai_array_4F6638_actor_ids; |
511 extern std::array<int, 500> ai_near_actors_targets_pid; | 507 extern std::array<int, 500> ai_near_actors_targets_pid; |
512 extern int ai_arrays_size; // weak | 508 extern int ai_arrays_size; // weak |
513 extern std::array<int, 500> ai_near_actors_distances; | 509 extern std::array<int, 500> ai_near_actors_distances; |
1027 | 1023 |
1028 | 1024 |
1029 | 1025 |
1030 //------------------------------------------------------------------------- | 1026 //------------------------------------------------------------------------- |
1031 // Function declarations | 1027 // Function declarations |
1032 | 1028 void constructors(); |
1033 | 1029 |
1034 void init_event_triggers(); | 1030 void init_event_triggers(); |
1035 void check_event_triggers(); | 1031 void check_event_triggers(); |
1036 | 1032 |
1037 | 1033 |