summaryrefslogtreecommitdiff
path: root/protocols/Xfire/src/m8.h
blob: 94a25be3bfc74403774198cf1357d3485c9db68f (plain)
1
2
3
4
5
6
7
8
9
#ifndef _M8_H
#define _M8_H

#include "baseProtocol.h"

class Xfire_m8 : public PROTO_INTERFACE {
};

#endif