Include :
- aggiunte costanti per risultato disegno utensili.
This commit is contained in:
@@ -91,6 +91,10 @@ enum TpaType { TPA_NONE = 0,
|
||||
//----------------------------------------------------------------------------
|
||||
// Costante per errore interno nel disegno degli utensili
|
||||
const int TD_INT_ERR = 999 ;
|
||||
// Costante per errore toolmaker mancante
|
||||
const int TD_TOOLMAKER_ERR = 998 ;
|
||||
// Costante per errore disegno utensile custom mancante o di tipo errato
|
||||
const int TD_CUSTOMDRAW_ERR = 997 ;
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
// Costanti per info in note di sistema
|
||||
|
||||
Reference in New Issue
Block a user