StoneAge/gmsv/include/function.h
2018-08-07 00:51:35 -07:00

6 lines
139 B
C

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