Files correlati : Ricompilazione Demo : [ ] Commento : Riportata la versione 1.5 fino alla patch 811 git-svn-id: svn://10.65.10.50/trunk@8985 c028cbd2-c16b-5b4b-a496-9718f37d4682
11 lines
171 B
C
Executable File
11 lines
171 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**);
|
|
|
|
#endif
|