From 3fb8effa3603e9a9b96d263009fc1397433436ba Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Fri, 13 Jan 2023 02:34:01 -0500 Subject: Tout sauf les tests --- tests.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests.h') diff --git a/tests.h b/tests.h index 3397fb9..aefc8d0 100644 --- a/tests.h +++ b/tests.h @@ -7,6 +7,9 @@ * fait partie de la distribution de Graphicus. ********/ +#ifndef __TESTS_H__ +#define __TESTS_H__ + #include #include "canevas.h" @@ -26,3 +29,5 @@ public: void tests_application_cas_02(); void tests_application(); // Appel de tous les tests applicatifs }; + +#endif -- cgit v1.2.3