chuyiwen_gmsv/include/function.h

6 lines
139 B
C
Raw Permalink Normal View History

2016-12-24 08:45:52 +08:00
#ifndef __FUNCTION_H__
#define __FUNCTION_H__
BOOL initFunctionTable( void );
void* getFunctionPointerFromName( char* funcname );
#endif