Include :
- aggiunto risultato di simulazione MCH_SIM_STOP (simulazione fermata dall'utente).
This commit is contained in:
+4
-3
@@ -17,9 +17,10 @@
|
||||
enum SimStat { MCH_SIM_OK = 0,
|
||||
MCH_SIM_END_STEP = 1,
|
||||
MCH_SIM_END = 2,
|
||||
MCH_SIM_OUTSTROKE = 3,
|
||||
MCH_SIM_DIR_ERR = 4,
|
||||
MCH_SIM_ERR = 5} ;
|
||||
MCH_SIM_STOP = 3,
|
||||
MCH_SIM_OUTSTROKE = 4,
|
||||
MCH_SIM_DIR_ERR = 5,
|
||||
MCH_SIM_ERR = 6} ;
|
||||
|
||||
//------------------------ Stato della simulazione per l'utente ---------------
|
||||
enum SimUiStat { MCH_UISIM_NULL = 0,
|
||||
|
||||
Reference in New Issue
Block a user