annotate Awards.h @ 126:2331a331d36a

3.11.12 palette
author Ritor1
date Sun, 04 Nov 2012 09:37:15 +0600
parents 8b8875f5b359
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 /* 353 */
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5 #pragma pack(push, 1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6 struct Award
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8 const char *pText;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9 unsigned int uSort;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
10 };
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
11 #pragma pack(pop)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
12 extern Award pAwards[104];