voxelTerrain
 All Classes Functions Variables Typedefs Enumerations Pages
base.hpp
1 #ifndef BASE_HPP
2 #define BASE_HPP
3 
4 #include "blub/core/globals.hpp"
5 
6 
7 namespace blub
8 {
9 namespace sync
10 {
11 namespace voxel
12 {
13 namespace container
14 {
15 namespace simple
16 {
17 
18 
19 enum class sendType : uint8
20 {
21  startEditing,
22  endEditing,
23  setTile
24 };
25 
26 
27 
28 }
29 }
30 }
31 }
32 }
33 
34 
35 
36 #endif // BASE_HPP
Definition: deadlineTimer.hpp:10