Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
.
[graphlib.git] / DrawingWindow.h
index 79544dc..28dc14b 100644 (file)
@@ -48,6 +48,8 @@ public:
     void drawCircle(int x, int y, int r);
     void fillCircle(int x, int y, int r);
 
+    void drawText(int x, int y, const char *text);
+
     bool sync(unsigned long time = ULONG_MAX);
 
     void sleep(unsigned long secs);