Changed StringAlign on Meter=String to support both horizontal and vertical positioning

This commit is contained in:
Brian
2012-05-16 14:02:31 -04:00
committed by jsmorley
parent 817a9369d9
commit 1ec7f71ce7
3 changed files with 111 additions and 13 deletions

View File

@ -32,6 +32,7 @@ public:
virtual UINT GetTypeID() { return TypeID<CMeterString>(); }
virtual int GetX(bool abs = false);
virtual int GetY(bool abs = false);
virtual void Initialize();
virtual bool Update();