voxelTerrain
 All Classes Functions Variables Typedefs Enumerations Pages
classVersion.hpp
1 #ifndef CLASSVERSION_HPP
2 #define CLASSVERSION_HPP
3 
4 #include "blub/core/globals.hpp"
5 
6 #include <boost/serialization/version.hpp>
7 
8 
9 #define BLUB_CLASSVERSION(T, N) BOOST_CLASS_VERSION(T, N)
10 
11 
12 #endif // CLASSVERSION_HPP