diff options
Diffstat (limited to 'src/protocols/protocolbase.h')
| -rw-r--r-- | src/protocols/protocolbase.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/protocols/protocolbase.h b/src/protocols/protocolbase.h new file mode 100644 index 0000000..fb41dca --- /dev/null +++ b/src/protocols/protocolbase.h @@ -0,0 +1,10 @@ +#ifndef PROTOCOLBASE_H +#define PROTOCOLBASE_H + +class ProtocolBase +{ +public: + ProtocolBase(); +}; + +#endif // PROTOCOLBASE_H |
