From d0bde3c60fa911ac0bb0f71ce2a6a963c874392e Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Fri, 13 Jan 2023 14:52:41 -0500 Subject: Everything works before validation --- couche.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'couche.h') diff --git a/couche.h b/couche.h index dc82e01..4ef44a2 100644 --- a/couche.h +++ b/couche.h @@ -39,4 +39,11 @@ class Couche { }; +static const char* const STATES[] = { + "initialisee", + "actif", + "inactif" +}; + + #endif -- cgit v1.2.3