voxelTerrain
 All Classes Functions Variables Typedefs Enumerations Pages
move.hpp
1 #ifndef BLUB_CORE_MOVE_HPP
2 #define BLUB_CORE_MOVE_HPP
3 
4 #include <utility>
5 
6 
7 namespace blub
8 {
9 
10 
11 using std::move;
12 
13 
14 }
15 
16 
17 #endif // BLUB_CORE_MOVE_HPP
Definition: deadlineTimer.hpp:10