23 lines
355 B
C
Executable File
23 lines
355 B
C
Executable File
#ifndef __MG4300_H
|
|
#define __MG4300_H
|
|
|
|
#define F_DEFINITIVA 101
|
|
#define F_CLASSEFISART 102
|
|
#define F_RAGGFISART 103
|
|
#define F_RAGGCAUS 104
|
|
#define F_RAGGARTICOLI 105
|
|
#define F_FREQ 106
|
|
|
|
#define F_ANNOES 110
|
|
#define F_ANNO 111
|
|
|
|
#define G_OPZ 1
|
|
#define G_CODART 2
|
|
#define G_DESART 3
|
|
#define G_PARAMVALORI 4
|
|
|
|
#define ALIAS_CAUSALI 500
|
|
|
|
|
|
#endif //__MG4300_H
|