blob: 6ea9a44a41fc91f2d563de6e2cde1d0c88a373b9 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 | #if !defined(HISTORYSTATS_GUARD_PROTOCOL_H)
#define HISTORYSTATS_GUARD_PROTOCOL_H
#include "_globals.h"
#include "_consts.h"
#include <set>
class Protocol
{
public:
	static ext::string getDisplayName(const ext::a::string& protocol);
public:
	ext::string displayName;
};
#endif // HISTORYSTATS_GUARD_PROTOCOL_H
 |