17 lines
333 B
C
17 lines
333 B
C
// Roper.h
|
|
// Guy Simmons, 4th January 1998.
|
|
|
|
#ifndef ROPER_H
|
|
#define ROPER_H
|
|
|
|
//---------------------------------------------------------------
|
|
|
|
extern StateFunction roper_states[];
|
|
|
|
void fn_roper_init(Thing *t_thing);
|
|
void fn_roper_normal(Thing *t_thing);
|
|
|
|
//---------------------------------------------------------------
|
|
|
|
#endif
|