f565fc1dc8
Files correlati : Quelli delle patch 1.7 Ricompilazione Demo : [ ] Commento : Riportata la versione 1.7 A.G.A. e Partners alla patch 530 git-svn-id: svn://10.65.10.50/trunk@11331 c028cbd2-c16b-5b4b-a496-9718f37d4682
12 lines
197 B
C
Executable File
12 lines
197 B
C
Executable File
#ifndef __VE6_H
|
|
#define __VE6_H
|
|
|
|
int ve6100 (int, char**);
|
|
int ve6200 (int, char**);
|
|
int ve6300 (int, char**);
|
|
int ve6400 (int, char**);
|
|
int ve6500 (int, char**);
|
|
int ve6600 (int, char**);
|
|
|
|
#endif
|