UISprite widget added

Display single sprites
This commit is contained in:
Sam
2013-10-30 21:35:29 +01:00
parent ae95f51346
commit 6f9436dd60
5 changed files with 153 additions and 0 deletions

View File

@@ -98,9 +98,11 @@ class UIMinimap;
class UIProgressRect;
class UIMapAnchorLayout;
class UIPositionAnchor;
class UISprite;
typedef stdext::shared_object_ptr<UIItem> UIItemPtr;
typedef stdext::shared_object_ptr<UICreature> UICreaturePtr;
typedef stdext::shared_object_ptr<UISprite> UISpritePtr;
typedef stdext::shared_object_ptr<UIMap> UIMapPtr;
typedef stdext::shared_object_ptr<UIMinimap> UIMinimapPtr;
typedef stdext::shared_object_ptr<UIProgressRect> UIProgressRectPtr;