14 lines
453 B
C
14 lines
453 B
C
#include "spec.h"
|
|
|
|
string query_multiple_short(mixed *, int | string | void, int | void, int | void, int | void);
|
|
int reference_allowed(object, string | object | void);
|
|
int roll_MdN( int, int );
|
|
string add_a( string );
|
|
int vowel( int );
|
|
string replace(string, string *|string, string|void);
|
|
string replace_html(string);
|
|
string replace_mxp(string);
|
|
mixed roulette_wheel( mapping );
|
|
mixed replace_objects(mixed);
|
|
string replace_dollars(string, string *);
|