From 5df63c0bc7e3d6f1850d04f5bafbae2dd6fa619e Mon Sep 17 00:00:00 2001 From: Nikita Kostovsky Date: Fri, 14 Nov 2025 21:05:12 +0100 Subject: organize things a bit, populate ICamera --- src/protocols/protocolbase.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/protocols/protocolbase.h (limited to 'src/protocols/protocolbase.h') 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 -- cgit v1.2.3-70-g09d2