view Autonotes.h @ 1101:3e5d70cfe20e

Award order fix, changed UIMSG_C0 to UIMSG_ClickAwardScrollBar
author Grumpy7
date Mon, 27 May 2013 12:45:17 +0200
parents a6ef7125f6e4
children 0dbf6c4dd029
line wrap: on
line source

#pragma once




/*  351 */
enum AUTONOTE_TYPE : __int32
{
  AUTONOTE_POTION_RECEPIE = 0,
  AUTONOTE_STAT_HINT = 1,
  AUTONOTE_OBELISK = 2,
  AUTONOTE_SEER = 3,
  AUTONOTE_MISC = 4,
  AUTONOTE_TEACHER = 5,
};

/*  350 */
#pragma pack(push, 1)
struct Autonote
{
  const char    *pText;
  AUTONOTE_TYPE  eType;
};
#pragma pack(pop)
extern Autonote pAutonoteTxt[195]; // weak