15 lines
298 B
C
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 */
|