mud/fluffos-2.23-ds03/packages/dwlib_spec.c
2020-09-06 05:43:07 -07:00

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 *);