log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
mm7
annotate StorylineTextTable.h @ 0:
9c0607679772
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
init
author
Ritor1
date
Sat, 12 Jan 2013 09:45:18 +0600
parents
children
0df4136b6aac
rev
line source
0
9c0607679772
init
Ritor1
parents:
diff
changeset
1
#pragma once
9c0607679772
init
Ritor1
parents:
diff
changeset
2
9c0607679772
init
Ritor1
parents:
diff
changeset
3
9c0607679772
init
Ritor1
parents:
diff
changeset
4
9c0607679772
init
Ritor1
parents:
diff
changeset
5
9c0607679772
init
Ritor1
parents:
diff
changeset
6
/* 173 */
9c0607679772
init
Ritor1
parents:
diff
changeset
7
#pragma pack(push, 1)
9c0607679772
init
Ritor1
parents:
diff
changeset
8
struct StorylineText
9c0607679772
init
Ritor1
parents:
diff
changeset
9
{
9c0607679772
init
Ritor1
parents:
diff
changeset
10
void Initialize();
9c0607679772
init
Ritor1
parents:
diff
changeset
11
9c0607679772
init
Ritor1
parents:
diff
changeset
12
int field_0;
9c0607679772
init
Ritor1
parents:
diff
changeset
13
int field_4[87];
9c0607679772
init
Ritor1
parents:
diff
changeset
14
};
9c0607679772
init
Ritor1
parents:
diff
changeset
15
#pragma pack(pop)