annotate stru351.h @ 410:6cb79ea315ba
small fix, please revise if you agree or not
author |
zipi |
date |
Sat, 23 Feb 2013 12:56:29 +0000 |
parents |
5f36449527c6 |
children |
|
rev |
line source |
0
|
1 #pragma once
|
|
2
|
|
3
|
|
4 /* 391 */
|
|
5 #pragma pack(push, 1)
|
351
|
6 struct stru351_summoned_item
|
0
|
7 {
|
351
|
8 int field_0_expire_second;
|
|
9 int field_4_expire_minute;
|
|
10 int field_8_expire_hour;
|
|
11 int field_C_expire_day;
|
|
12 int field_10_expire_week;
|
|
13 int field_14_exprie_month;
|
|
14 int field_18_expire_year;
|
0
|
15 };
|
|
16 #pragma pack(pop) |