diff options
author | chai <chaifix@163.com> | 2019-05-02 21:42:09 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-05-02 21:42:09 +0800 |
commit | 59a0e32991b5b714b6bdba504b6fbacdcd4b907a (patch) | |
tree | 763d10da51491ea88416e159651e97c9193673d8 /source/Asura.Editor/graphics/drawer.h | |
parent | 866e00474be3bfe0e7dac73b720af0b9ebf7109a (diff) |
*misc
Diffstat (limited to 'source/Asura.Editor/graphics/drawer.h')
-rw-r--r-- | source/Asura.Editor/graphics/drawer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Asura.Editor/graphics/drawer.h b/source/Asura.Editor/graphics/drawer.h index a61a7f2..85cc88a 100644 --- a/source/Asura.Editor/graphics/drawer.h +++ b/source/Asura.Editor/graphics/drawer.h @@ -26,6 +26,7 @@ namespace AsuraEditor void DrawTexts(); void DrawCircle(int x, int y, float d); void DrawPoint(int x, int y); + void DrawPolyline(); private: |