0
|
1 #pragma once
|
|
2
|
233
|
3 #pragma pack(push, 1)
|
|
4 struct StorylineRecord
|
|
5 {
|
|
6 char* pText; //0
|
|
7 char* pPageTitle; //4
|
|
8 unsigned __int8 uTime; //8
|
|
9 char f_9;
|
|
10 char f_A;
|
|
11 char f_B;
|
|
12 };
|
|
13 #pragma pack(pop)
|
0
|
14
|
233
|
15 /* 173 */
|
0
|
16 #pragma pack(push, 1)
|
|
17 struct StorylineText
|
|
18 {
|
|
19 void Initialize();
|
571
|
20 StorylineRecord StoreLine[29];
|
|
21 int field_15C;
|
233
|
22 //int field_0;
|
|
23 // int field_4[87];
|
0
|
24 };
|
|
25 #pragma pack(pop)
|
233
|
26
|
|
27 extern char *pHistoryTXT_Raw;
|
|
28 extern struct StorylineText *pStorylineText; |