[WIP], adding server skeleton for remote mobile connections

This commit is contained in:
emeric
2014-03-27 14:06:43 +01:00
parent 7a36a746b9
commit 1aa17d517c
19 changed files with 405 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
#ifndef REMOTE_HEADER_HPP
#define REMOTE_HEADER_HPP
namespace Remote
{
class Header
{
static const std::size_t size = 8;
}
} // namespace Remote
#endif