comparison Player.cpp @ 2350:7c10dfb6d802

Finishing moving all known UI functions to their appropriate headers
author Grumpy7
date Wed, 09 Apr 2014 21:45:07 +0200
parents dc822157c98d
children a574a80e7012
comparison
equal deleted inserted replaced
2349:7ebc07cd6c53 2350:7c10dfb6d802
31 #include "MM7.h" 31 #include "MM7.h"
32 #include "SpriteObject.h" 32 #include "SpriteObject.h"
33 #include "DecalBuilder.h" 33 #include "DecalBuilder.h"
34 #include "CastSpellInfo.h" 34 #include "CastSpellInfo.h"
35 #include "OurMath.h" 35 #include "OurMath.h"
36 #include "UI\UIPartyCreation.h"
36 37
37 38
38 39
39 40
40 NZIArray<struct Player *, 5> pPlayers; 41 NZIArray<struct Player *, 5> pPlayers;