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
10 lines
151 B
C
Executable File
10 lines
151 B
C
Executable File
#ifndef __VE5_H
|
|
#define __VE5_H
|
|
|
|
int ve5100(int argc, char* argv[]);
|
|
int ve5200(int argc, char* argv[]);
|
|
int ve5300(int argc, char* argv[]);
|
|
|
|
#endif
|
|
|