Commit 8cb44c11 authored by edo9300's avatar edo9300

Updated stats and zones info drawing

parent b08d4a61
This diff is collapsed.
...@@ -105,7 +105,10 @@ public: ...@@ -105,7 +105,10 @@ public:
void DrawCards(); void DrawCards();
void DrawCard(ClientCard* pcard); void DrawCard(ClientCard* pcard);
void DrawMisc(); void DrawMisc();
void DrawStatus(ClientCard* pcard, int x1, int y1, int x2, int y2); void DrawStatus(ClientCard* pcard);
void DrawPendScale(ClientCard* pcard);
void DrawStackIndicator(const wchar_t* text, S3DVertex* v, bool opponent);
void ConvertCoords(float x, float y, int* x1, int* y1);
void DrawGUI(); void DrawGUI();
void DrawSpec(); void DrawSpec();
void DrawBackImage(irr::video::ITexture* texture); void DrawBackImage(irr::video::ITexture* texture);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment