annotate StorylineTextTable.h @ 81:377535d6e366

structure boundaries fixed in many places. fixed quests, notes, awards, calendar.
author zipi
date Sun, 03 Feb 2013 15:36:54 +0000
parents 9c0607679772
children 0df4136b6aac
rev   line source
0
Ritor1
parents:
diff changeset
1 #pragma once
Ritor1
parents:
diff changeset
2
Ritor1
parents:
diff changeset
3
Ritor1
parents:
diff changeset
4
Ritor1
parents:
diff changeset
5
Ritor1
parents:
diff changeset
6 /* 173 */
Ritor1
parents:
diff changeset
7 #pragma pack(push, 1)
Ritor1
parents:
diff changeset
8 struct StorylineText
Ritor1
parents:
diff changeset
9 {
Ritor1
parents:
diff changeset
10 void Initialize();
Ritor1
parents:
diff changeset
11
Ritor1
parents:
diff changeset
12 int field_0;
Ritor1
parents:
diff changeset
13 int field_4[87];
Ritor1
parents:
diff changeset
14 };
Ritor1
parents:
diff changeset
15 #pragma pack(pop)