diff options
Diffstat (limited to 'couche.h')
-rw-r--r-- | couche.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -39,4 +39,11 @@ class Couche { }; +static const char* const STATES[] = { + "initialisee", + "actif", + "inactif" +}; + + #endif |