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

9 lines
117 B
C

#ifndef __NPC_SAMPLE_H__
#define __NPC_SAMPLE_H__
void NPC_SampleLoop( int index );
#endif
/*__NPC_SAMPLE_H__*/