view Awards.h @ 158:dcd8af594b02

30.11.12
author Ritor1
date Fri, 30 Nov 2012 09:40:45 +0600
parents 8b8875f5b359
children
line wrap: on
line source

#pragma once


/*  353 */
#pragma pack(push, 1)
struct Award
{
  const char *pText;
  unsigned int uSort;
};
#pragma pack(pop)
extern Award pAwards[104];