#ifndef _Function_
#define Function
#else
#define Function extern
#endif
Function void ON_face(void);
Function void ON_1_face(void); //总界面
Function void ON_SET_FACE
/* FUNCTION.CPP
* Support for functions: classes: Function,FunctionEntry,LocalContext
* UnderC C++ interpreter
* Steve Donovan, 2001
* This is GPL'd software, and the usual disclaimers apply.