13 lines
186 B
C
13 lines
186 B
C
|
#ifndef __VE0100N_H
|
||
|
#define __VE0100N_H
|
||
|
|
||
|
#define N_CHECKED 101
|
||
|
#define N_TYPE 102
|
||
|
#define N_NOTE 103
|
||
|
|
||
|
// Maschera note articolo
|
||
|
#define N_NOTES 201
|
||
|
#define N_WHERE 202
|
||
|
|
||
|
#endif
|