view Awards.h @ 88:6b46c3e15e21

29.10.12 //
author Ritor1
date Mon, 29 Oct 2012 21:54:06 +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];