ba1600?.* Mitiche installazioni git-svn-id: svn://10.65.10.50/trunk@5563 c028cbd2-c16b-5b4b-a496-9718f37d4682
24 lines
495 B
C
Executable File
24 lines
495 B
C
Executable File
#ifndef __BA1600A_H
|
|
#define __BA1600A_H
|
|
|
|
#define F_DISKSIZE 201
|
|
#define F_DISKPATH 202
|
|
#define F_SHEET 203
|
|
#define F_MISSING 204
|
|
#define F_MODULE 205
|
|
#define F_DESELECT 251
|
|
|
|
#define S_FILE 101
|
|
#define S_MODULE 102
|
|
#define S_VERSION 103
|
|
#define S_DATE 104
|
|
#define S_EXTERN 105
|
|
#define S_PREPROCESS 106
|
|
#define S_POSTPROCESS 107
|
|
|
|
#define S_LIST 100
|
|
#define S_SAVE 151
|
|
#define S_SAVEAGG 152
|
|
|
|
#endif
|