StoneAge/gmsv/include/function.h

6 lines
139 B
C
Raw Normal View History

2018-08-07 15:51:35 +08:00
#ifndef __FUNCTION_H__
#define __FUNCTION_H__
BOOL initFunctionTable( void );
void* getFunctionPointerFromName( char* funcname );
#endif