From a10dad206a7bb5e545f84df119c021c1fffcb01b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matt=C3=A9o=20Delabre?= Date: Tue, 19 Apr 2016 20:35:26 +0200 Subject: [PATCH] =?UTF-8?q?Publication=20de=20la=20m=C3=A9thode=20Editor::?= =?UTF-8?q?test()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/editor.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/editor.hpp b/include/editor.hpp index 558c1d8..109c463 100644 --- a/include/editor.hpp +++ b/include/editor.hpp @@ -78,11 +78,6 @@ private: */ void selectAll(); - /** - * Lance le test du niveau - */ - void test(); - protected: /** * Dessine tous les objets, le fond et @@ -108,6 +103,11 @@ public: * Demande le dessin d'une frame */ virtual void frame(); + + /** + * Lance le test du niveau + */ + void test(); }; #endif