1 #ifndef __MERCS_NO_ACCOUNT_H
2 #define __MERCS_NO_ACCOUNT_H
3 
4 void EnterMercsNoAccount(void);
5 void ExitMercsNoAccount(void);
6 void RenderMercsNoAccount(void);
7 
8 #endif
9