log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
might-and-magic-trilogy
annotate StorylineTextTable.h @ 0:
8b8875f5b359
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Initial commit
author
Nomad
date
Fri, 05 Oct 2012 16:07:14 +0200
parents
children
rev
line source
0
8b8875f5b359
Initial commit
Nomad
parents:
diff
changeset
1
#pragma once
8b8875f5b359
Initial commit
Nomad
parents:
diff
changeset
2
8b8875f5b359
Initial commit
Nomad
parents:
diff
changeset
3
8b8875f5b359
Initial commit
Nomad
parents:
diff
changeset
4
8b8875f5b359
Initial commit
Nomad
parents:
diff
changeset
5
8b8875f5b359
Initial commit
Nomad
parents:
diff
changeset
6
/* 173 */
8b8875f5b359
Initial commit
Nomad
parents:
diff
changeset
7
#pragma pack(push, 1)
8b8875f5b359
Initial commit
Nomad
parents:
diff
changeset
8
struct StorylineText
8b8875f5b359
Initial commit
Nomad
parents:
diff
changeset
9
{
8b8875f5b359
Initial commit
Nomad
parents:
diff
changeset
10
void Initialize();
8b8875f5b359
Initial commit
Nomad
parents:
diff
changeset
11
8b8875f5b359
Initial commit
Nomad
parents:
diff
changeset
12
int field_0;
8b8875f5b359
Initial commit
Nomad
parents:
diff
changeset
13
int field_4[87];
8b8875f5b359
Initial commit
Nomad
parents:
diff
changeset
14
};
8b8875f5b359
Initial commit
Nomad
parents:
diff
changeset
15
#pragma pack(pop)