view Awards.h @ 58:41cbaabde2cb

BLV render
author Nomad
date Thu, 25 Oct 2012 02:05:16 +0200
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];