From 8fca3e74bf70ecf78faf24a75495d1afbb86c537 Mon Sep 17 00:00:00 2001 From: augusto Date: Tue, 21 Jan 1997 16:09:35 +0000 Subject: [PATCH] Aggiunta files id magazzino e convocazioni git-svn-id: svn://10.65.10.50/trunk@4096 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- include/lffiles.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/include/lffiles.h b/include/lffiles.h index ad5db2f7f..78185897c 100755 --- a/include/lffiles.h +++ b/include/lffiles.h @@ -103,6 +103,14 @@ #define LF_DITCB 106 #define LF_TABGR 107 #define LF_TABAT 108 +#define LF_MAG 109 +#define LF_MOVMAG 110 +#define LF_RMOVMAG 111 +#define LF_DIST 112 +#define LF_RDIST 113 +#define LF_STOMAG 114 +#define LF_CONVOC 115 +#define LF_RCONVOC 116 #define CNF_GENERAL 10000 #define CNF_STUDIO CNF_GENERAL + 1