voxelTerrain
 All Classes Functions Variables Typedefs Enumerations Pages
base.hpp
1 #ifndef NETWORK_SYNC_VOXEL_ACCESSOR_MULTIPLETILES_BASE_HPP
2 #define NETWORK_SYNC_VOXEL_ACCESSOR_MULTIPLETILES_BASE_HPP
3 
4 #include "blub/core/globals.hpp"
5 #include "blub/serialization/format/binary/input.hpp"
6 #include "blub/serialization/format/binary/output.hpp"
7 
8 
9 namespace blub
10 {
11 namespace sync
12 {
13 namespace voxel
14 {
15 namespace accessor
16 {
17 namespace multipleTiles
18 {
19 
20 
21 enum class sendType : uint8
22 {
23  lockForEdit,
24  unlockForEdit,
25  setTile,
26  removeTile
27 };
28 
29 
30 
31 
32 }
33 }
34 }
35 }
36 }
37 
38 
39 
40 #endif // NETWORK_SYNC_VOXEL_ACCESSOR_MULTIPLETILES_BASE_HPP
Definition: deadlineTimer.hpp:10