campo-sirio/ve/verigdef.h
alex 36ce7fc9fc Corretto meccanismo di compilazione (modificato anche patchdef.cpp)
git-svn-id: svn://10.65.10.50/trunk@5081 c028cbd2-c16b-5b4b-a496-9718f37d4682
1997-08-20 10:18:34 +00:00

18 lines
438 B
C
Executable File

#define INCLDEF(file) !!include file
#define IFDEF(name) !!ifdef name
#define IF(cond) !!if cond
#define ENDIF !!endif
#define ELSEIF !!else
#define DEFINE_FIELD(name) !!define F_##name ;
#define F_POS(name, row, col, prompt) !!define X_##name row ;\
!!define Y_##name col ;\
!!define PR_##name prompt ;
#define F_FLG(name, flags) !!define FL_##name flags ;
#define F_CHK(name, type) !!define CH_##name type ;
INCLDEF("verig.h")