diff options
Diffstat (limited to 'protocols/Xfire/src/all_statusmsg.h')
-rw-r--r-- | protocols/Xfire/src/all_statusmsg.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/protocols/Xfire/src/all_statusmsg.h b/protocols/Xfire/src/all_statusmsg.h new file mode 100644 index 0000000000..a3a95a56b7 --- /dev/null +++ b/protocols/Xfire/src/all_statusmsg.h @@ -0,0 +1,7 @@ +//definitionen für die statusmsg handling geschichte
+#include "baseProtocol.h"
+
+//sichert die statusmeldungen in den speicher
+BOOL BackupStatusMsg();
+BOOL SetGameStatusMsg();
+BOOL SetOldStatusMsg();
\ No newline at end of file |