mud/lib/verbs/players/include/vote.h
2020-09-06 05:43:07 -07:00

9 lines
141 B
C

#ifndef l_vote_h
#define l_vote_h
static void create();
mixed can_vote_for_str();
mixed do_vote_for_str(string str);
#endif /* l_vote_h */