a0a36d6b33
Files correlati : Ricompilazione Demo : [ ] Commento : Riportata la versione 01.05 patch 282 git-svn-id: svn://10.65.10.50/trunk@8019 c028cbd2-c16b-5b4b-a496-9718f37d4682
11 lines
309 B
C
Executable File
11 lines
309 B
C
Executable File
#ifndef __VE0_H
|
|
#define __VE0_H
|
|
|
|
int ve0100(int argc, char* argv[]); // Motore di gestione documenti
|
|
int ve0200(int argc, char* argv[]); // Configurazione vendite
|
|
int ve0300(int argc, char* argv[]); // Generatore di maschere
|
|
int ve0400(int argc, char* argv[]); // Generatore di tabelle
|
|
|
|
#endif // __VE0_H
|
|
|