stoneage8.5/石器时代服务器端最新完整源代码/Serv/gmsv/include/function.h
2020-06-22 17:49:02 +08:00

6 lines
139 B
C

#ifndef __FUNCTION_H__
#define __FUNCTION_H__
BOOL initFunctionTable( void );
void* getFunctionPointerFromName( char* funcname );
#endif