Mercurial > mm7
annotate stru176.h @ 678:35a97ce58790
fixed stru10::49C9E3 (cause for attempting to get cross product on zero vectors)
author | Nomad |
---|---|
date | Fri, 15 Mar 2013 15:58:18 +0200 |
parents | ea55d6414029 |
children | 83a58d185d3c |
rev | line source |
---|---|
0 | 1 #pragma once |
2 | |
3 | |
4 /* 169 */ | |
5 #pragma pack(push, 1) | |
6 struct stru176 | |
7 { | |
310 | 8 signed __int64 field_0_time; |
336 | 9 __int16 timer_evt_ID; |
10 __int16 timer_evt_seq_num; | |
0 | 11 __int16 field_C; |
12 __int16 field_E; | |
13 __int16 field_10; | |
14 __int16 field_12; | |
15 __int16 field_14; | |
16 __int16 field_16; | |
17 __int16 field_18; | |
18 __int16 field_1A; | |
336 | 19 __int16 timer_evt_type; |
0 | 20 __int16 field_1E; |
21 }; | |
22 #pragma pack(pop) | |
336 | 23 extern stru176 array_5B5928_timers[100]; |
0 | 24 |