diff options
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: |