add fps counter widget

This commit is contained in:
Eduardo Bart
2011-11-11 22:33:03 -02:00
parent fc65f99ead
commit 56f7ed3dd1
9 changed files with 130 additions and 19 deletions

View File

@@ -32,6 +32,7 @@ class UILabel;
class UIButton;
class UILineEdit;
class UIWindow;
class UIFrameCounter;
class UILayout;
class UIVerticalLayout;
class UIAnchorLayout;
@@ -43,6 +44,7 @@ typedef std::shared_ptr<UILabel> UILabelPtr;
typedef std::shared_ptr<UIButton> UIButtonPtr;
typedef std::shared_ptr<UILineEdit> UILineEditPtr;
typedef std::shared_ptr<UIWindow> UIWindowPtr;
typedef std::shared_ptr<UIWindow> UIFrameCounterPtr;
typedef std::shared_ptr<UILayout> UILayoutPtr;
typedef std::shared_ptr<UIVerticalLayout> UIVerticalLayoutPtr;
typedef std::shared_ptr<UIAnchorLayout> UIAnchorLayoutPtr;