eb2b598985
git-svn-id: svn://10.65.10.50/trunk@5733 c028cbd2-c16b-5b4b-a496-9718f37d4682
9 lines
160 B
C
Executable File
9 lines
160 B
C
Executable File
#ifndef __MG1_H
|
|
#define __MG1_H
|
|
|
|
int mg1100(int argc, char* argv[]);
|
|
int mg1200(int argc, char* argv[]);
|
|
int mg1400(int argc, char* argv[]);
|
|
|
|
#endif // __MG1_H
|