WIP: adding service files, still not working

This commit is contained in:
emeric
2014-04-03 09:19:35 +02:00
parent 10d1464ca2
commit 886b3221f5
24 changed files with 476 additions and 102 deletions
+21
View File
@@ -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