13 lines
204 B
C
13 lines
204 B
C
#ifndef l_go_h
|
|
#define l_go_h
|
|
|
|
static void create();
|
|
|
|
mixed can_go_str(string str);
|
|
mixed can_go_into_str(string str);
|
|
|
|
mixed do_go_str(string str);
|
|
mixed do_go_into_str(string str);
|
|
|
|
#endif /* l_go_h */
|