annotate Awards.h @ 144:8ab4484c22e0

Billboard drawing's up (actors, decorations, misc sprites)
author Nomad
date Tue, 12 Feb 2013 11:59:49 +0200
parents 9c0607679772
children c0d0656aa662
rev   line source
0
Ritor1
parents:
diff changeset
1 #pragma once
Ritor1
parents:
diff changeset
2
Ritor1
parents:
diff changeset
3
Ritor1
parents:
diff changeset
4 /* 353 */
Ritor1
parents:
diff changeset
5 #pragma pack(push, 1)
Ritor1
parents:
diff changeset
6 struct Award
Ritor1
parents:
diff changeset
7 {
Ritor1
parents:
diff changeset
8 const char *pText;
Ritor1
parents:
diff changeset
9 unsigned int uSort;
Ritor1
parents:
diff changeset
10 };
Ritor1
parents:
diff changeset
11 #pragma pack(pop)
Ritor1
parents:
diff changeset
12 extern Award pAwards[104];