log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
mm7
annotate FactionTable.h @ 740:
14cf77af15de
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
m
author
Ritor1
date
Fri, 22 Mar 2013 19:58:47 +0600
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)