mud/lib/daemon/include/news.h
2020-09-06 05:43:07 -07:00

15 lines
298 B
C

#ifndef l_news_h
#define l_news_h
void GeneralNews();
static void NewbieNews();
static void ClassNews(string cl);
static void HighMortalNews();
static void AvatarNews();
static void CreatorNews();
static void AdminNews();
static void EndNews();
string GetNews(string type);
#endif /* l_news_h */