This commit is contained in:
Eduardo Bart
2011-04-17 16:14:24 -03:00
93 changed files with 862 additions and 824 deletions

View File

@@ -25,9 +25,9 @@
#ifndef UIELEMENTSKIN_H
#define UIELEMENTSKIN_H
#include "prerequisites.h"
#include "uiconstants.h"
#include "graphics/image.h"
#include <prerequisites.h>
#include <graphics/image.h>
#include <ui/uiconstants.h>
class UIElement;
@@ -58,4 +58,6 @@ private:
ImagePtr m_defaultImage;
};
typedef boost::shared_ptr<UIElementSkin> UIElementSkinPtr;
#endif // UIELEMENTSKIN_H