blob: a3a95a56b75a591c9611e86a8f3fe3ca62043921 (
plain)
1
2
3
4
5
6
7
|
//definitionen für die statusmsg handling geschichte
#include "baseProtocol.h"
//sichert die statusmeldungen in den speicher
BOOL BackupStatusMsg();
BOOL SetGameStatusMsg();
BOOL SetOldStatusMsg();
|