voxelTerrain
 All Classes Functions Variables Typedefs Enumerations Pages
receiver.hpp
1 #ifndef SYNC_RECEIVER_HPP
2 #define SYNC_RECEIVER_HPP
3 
4 
5 namespace blub
6 {
7 namespace sync
8 {
9 
10 
11 class receiver
12 {
13 public:
14  receiver();
15 };
16 
17 
18 }
19 }
20 
21 
22 
23 #endif // SYNC_RECEIVER_HPP
Definition: receiver.hpp:11
Definition: deadlineTimer.hpp:10