Mercurial > mm7
comparison mm7_data.cpp @ 924:a78f08dbeb88
CastSpellInfo
author | Ritor1 |
---|---|
date | Wed, 01 May 2013 14:50:52 +0600 |
parents | 23655ae9cd18 |
children | b462b598b97a |
comparison
equal
deleted
inserted
replaced
921:3696848c0413 | 924:a78f08dbeb88 |
---|---|
32 struct MapStats *pMapStats; | 32 struct MapStats *pMapStats; |
33 | 33 |
34 #include "TurnEngine.h" | 34 #include "TurnEngine.h" |
35 struct stru262_TurnBased *pTurnEngine = new stru262_TurnBased; | 35 struct stru262_TurnBased *pTurnEngine = new stru262_TurnBased; |
36 | 36 |
37 #include "stru277.h" | 37 #include "CastSpellInfo.h" |
38 stru277 pStru277[10]; | 38 CastSpellInfo pCastSpellInfo[10]; |
39 stru277 stru_50CDB4; // idb | 39 CastSpellInfo stru_50CDB4; // idb |
40 | 40 |
41 #include "Viewport.h" | 41 #include "Viewport.h" |
42 struct Viewport *pViewport = new Viewport; | 42 struct Viewport *pViewport = new Viewport; |
43 struct ViewingParams *viewparams = new ViewingParams; | 43 struct ViewingParams *viewparams = new ViewingParams; |
44 | 44 |