Mercurial > might-and-magic-trilogy
view Autonotes.h @ 21:3fa5d0522f92
Both Bink 1.5.21.0 & 3.0.0.0 support added
author | Nomad |
---|---|
date | Sat, 13 Oct 2012 20:17:56 +0200 |
parents | 8b8875f5b359 |
children |
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 stru_723720[195]; // weak