chuyiwen_gmsv/include/npc_sample.h

9 lines
117 B
C
Raw Normal View History

2016-12-24 08:45:52 +08:00
#ifndef __NPC_SAMPLE_H__
#define __NPC_SAMPLE_H__
void NPC_SampleLoop( int index );
#endif
/*__NPC_SAMPLE_H__*/