10 lines
166 B
C
10 lines
166 B
C
#ifndef l_cast_h
|
|
#define l_cast_h
|
|
|
|
static void create();
|
|
mixed can_cast_obj(object ob);
|
|
mixed do_cast_obj(object ob);
|
|
string help(string str);
|
|
|
|
#endif /* l_cast_h */
|