aboutsummaryrefslogtreecommitdiff
path: root/src/Protocols/GameSpy0/gamespy0.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Protocols/GameSpy0/gamespy0.h')
-rw-r--r--src/Protocols/GameSpy0/gamespy0.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Protocols/GameSpy0/gamespy0.h b/src/Protocols/GameSpy0/gamespy0.h
new file mode 100644
index 0000000..9a28fa8
--- /dev/null
+++ b/src/Protocols/GameSpy0/gamespy0.h
@@ -0,0 +1,10 @@
+#ifndef GAMESPY0_H
+#define GAMESPY0_H
+
+#include <QHash>
+#include <QMultiHash>
+#include "Protocols/overrides.h"
+
+QMultiHash<QString, QString> parseGameSpy0Buffer(const QString &bufferString);
+
+#endif // GAMESPY0_H