Mercurial > mm7
diff Autonotes.h @ 0:9c0607679772
init
author | Ritor1 |
---|---|
date | Sat, 12 Jan 2013 09:45:18 +0600 |
parents | |
children | a9e9c6989d04 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Autonotes.h Sat Jan 12 09:45:18 2013 +0600 @@ -0,0 +1,26 @@ +#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 +