comparison UI/Books/UIMapBook.cpp @ 1828:35c1e4ff6ba7

party_finds_gold to Party::PartyFindsGold, cleaned up, moved Level/Decoration.h reference out of Indoor.h
author Grumpy7
date Fri, 11 Oct 2013 07:04:19 +0200
parents 79b9306f573a
children 211dfe2d8db1
comparison
equal deleted inserted replaced
1827:0c75c3e7e436 1828:35c1e4ff6ba7
14 #include "..\..\Outdoor.h" 14 #include "..\..\Outdoor.h"
15 #include "..\..\LOD.h" 15 #include "..\..\LOD.h"
16 #include "..\..\Viewport.h" 16 #include "..\..\Viewport.h"
17 #include "..\..\Math.h" 17 #include "..\..\Math.h"
18 #include "..\..\texts.h" 18 #include "..\..\texts.h"
19 #include "..\..\Level/Decoration.h"
19 // 20 //
20 #include "..\..\mm7_data.h" 21 #include "..\..\mm7_data.h"
21 22
22 std::array<__int16, 6> pTownPortalBook_xs = {{260, 324, 147, 385, 390, 19}}; 23 std::array<__int16, 6> pTownPortalBook_xs = {{260, 324, 147, 385, 390, 19}};
23 std::array<__int16, 6> pTownPortalBook_ys = {{206, 84, 182, 239, 17, 283}}; 24 std::array<__int16, 6> pTownPortalBook_ys = {{206, 84, 182, 239, 17, 283}};