view Awards.h @ 63:427b6c3b4e0f

Player creation ui: arrows animation fix
author Nomad
date Fri, 26 Oct 2012 03:43:05 +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];