log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
mm7
annotate FactionTable.h @ 1097:
e1ad5ccc13ae
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
bugfix
author
Gloval
date
Sun, 26 May 2013 23:19:49 +0400
parents
9c0607679772
children
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
/* 174 */
9c0607679772
init
Ritor1
parents:
diff
changeset
5
#pragma pack(push, 1)
9c0607679772
init
Ritor1
parents:
diff
changeset
6
struct FactionTable
9c0607679772
init
Ritor1
parents:
diff
changeset
7
{
9c0607679772
init
Ritor1
parents:
diff
changeset
8
void Initialize();
9c0607679772
init
Ritor1
parents:
diff
changeset
9
9c0607679772
init
Ritor1
parents:
diff
changeset
10
char relations[89][89];
9c0607679772
init
Ritor1
parents:
diff
changeset
11
};
9c0607679772
init
Ritor1
parents:
diff
changeset
12
#pragma pack(pop)