mirror of
https://gitlab.com/klmp200/LO27.git
synced 2025-07-13 22:19:22 +00:00
ajout gestion bornes matrice
This commit is contained in:
@ -9,7 +9,8 @@
|
||||
typedef enum Bool{
|
||||
|
||||
true = 1,
|
||||
false = 0
|
||||
false = 0,
|
||||
ERROR = -1
|
||||
|
||||
} bool;
|
||||
|
||||
|
Reference in New Issue
Block a user