StoneAge/gmsv/include/npc_sample.h

9 lines
117 B
C
Raw Normal View History

2018-08-07 15:51:35 +08:00
#ifndef __NPC_SAMPLE_H__
#define __NPC_SAMPLE_H__
void NPC_SampleLoop( int index );
#endif
/*__NPC_SAMPLE_H__*/