30b4f2eacc
Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/trunk@16393 c028cbd2-c16b-5b4b-a496-9718f37d4682
29 lines
719 B
C
Executable File
29 lines
719 B
C
Executable File
#ifndef __IMBARCAZIONI_H
|
|
#define __IMBARCAZIONI_H
|
|
|
|
#define I_CODCF "CODCF"
|
|
#define I_PROGIMB "PROGIMB"
|
|
#define I_TIPOCOMAPP "TIPOCOMAPP"
|
|
#define I_TARGA "TARGA"
|
|
#define I_MOTOBARCA "MOTOBARCA"
|
|
#define I_DATAISC "DATAISC"
|
|
#define I_LUNGHEZZA "LUNGHEZZA"
|
|
#define I_LARGHEZZA "LARGHEZZA"
|
|
#define I_ALTEZZA "ALTEZZA"
|
|
#define I_STLORDA "STLORDA"
|
|
#define I_SCADCOLL "SCADCOLL"
|
|
#define I_SCADSPEC "SCADSPEC"
|
|
#define I_STNETTA "STNETTA"
|
|
#define I_GT "GT"
|
|
#define I_HP "HP"
|
|
#define I_KW "KW"
|
|
#define I_RIP "RIP"
|
|
#define I_SCADLICNAV "SCADLICNAV"
|
|
#define I_SCADRUOLEQ "SCADRUOLEQ"
|
|
#define I_NRRUOLEQUI "NRRUOLEQUI"
|
|
#define I_SCADLICPES "SCADLICPAG"
|
|
#define I_SCADPAGLIS "SCADPAGLIS"
|
|
|
|
#endif
|
|
|