WIP: adding service files, still not working
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
#ifndef REMOTE_HEADER_HPP
|
||||
#define REMOTE_HEADER_HPP
|
||||
|
||||
namespace Remote
|
||||
{
|
||||
|
||||
|
||||
class Header
|
||||
{
|
||||
public:
|
||||
static const std::size_t size = 8;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
} // namespace Remote
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user