log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
might-and-magic-trilogy
comparison 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
comparison
equal
deleted
inserted
replaced
-1:000000000000
0:8b8875f5b359
1
#pragma once
2
3
4
5
6
/* 173 */
7
#pragma pack(push, 1)
8
struct StorylineText
9
{
10
void Initialize();
11
12
int field_0;
13
int field_4[87];
14
};
15
#pragma pack(pop)