Files correlati : Ricompilazione Demo : [ ] Commento : Riportata la versione AGA 1.7 patch 349 git-svn-id: svn://10.65.10.50/trunk@10708 c028cbd2-c16b-5b4b-a496-9718f37d4682
12 lines
128 B
C
Executable File
12 lines
128 B
C
Executable File
#ifndef __VE1_H
|
|
#define __VE1_H
|
|
|
|
int ve1100(int argc, char* argv[]);
|
|
int ve1200(int argc, char* argv[]);
|
|
|
|
#endif // __VE1_H
|
|
|
|
|
|
|
|
|