449eedaf0b
git-svn-id: svn://10.65.10.50/trunk@4466 c028cbd2-c16b-5b4b-a496-9718f37d4682
8 lines
124 B
C
Executable File
8 lines
124 B
C
Executable File
#ifndef __MG0_H
|
|
#define __MG0_H
|
|
|
|
int mg0100(int argc, char* argv[]);
|
|
int mg0200(int argc, char* argv[]);
|
|
|
|
#endif // __MG0_H
|