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