Mercurial > mm7
view Autonotes.h @ 737:225d92620998
004A19D8 refactored
author | Nomad |
---|---|
date | Fri, 22 Mar 2013 20:40:23 +0200 |
parents | a9e9c6989d04 |
children | a6ef7125f6e4 |
line wrap: on
line source
#pragma once /* 351 */ enum AUTONOTE_TYPE : __int32 { AUTONOTE_POTION_RECEPIE = 0x0, AUTONOTE_STAT_HINT = 0x1, AUTONOTE_OBELISK = 0x2, AUTONOTE_SEER = 0x3, AUTONOTE_MISC = 0x4, AUTONOTE_TEACHER = 0x5, }; /* 350 */ #pragma pack(push, 1) struct Autonote { const char *pText; enum AUTONOTE_TYPE eType; }; #pragma pack(pop) extern Autonote pAutonoteTxt[195]; // weak