voxelTerrain
 All Classes Functions Variables Typedefs Enumerations Pages
access.hpp
1 #ifndef SERIALIZATION_ACCESS_HPP
2 #define SERIALIZATION_ACCESS_HPP
3 
4 #include "blub/core/globals.hpp"
5 
6 #include <boost/serialization/access.hpp>
7 
8 
9 namespace blub
10 {
11 namespace serialization
12 {
13 
14 
15 // typedef boost::serialization::access access;
16 #define BLUB_SERIALIZATION_ACCESS friend class boost::serialization::access;
17 
18 
19 }
20 }
21 
22 
23 #endif // SERIALIZATION_ACCESS_HPP
Definition: deadlineTimer.hpp:10