voxelTerrain
 All Classes Functions Variables Typedefs Enumerations Pages
output.hpp
1 #ifndef SERIALIZATION_FORMAT_BINARY_OUTPUT_HPP
2 #define SERIALIZATION_FORMAT_BINARY_OUTPUT_HPP
3 
4 #include "blub/core/globals.hpp"
5 
6 #include "blub/serialization/format/binary/portable_binary_oarchive.hpp"
7 //#include <boost/archive/binary_oarchive.hpp>
8 
9 
10 namespace blub
11 {
12 namespace serialization
13 {
14 namespace format
15 {
16 namespace binary
17 {
18 
19 
20 typedef portable_binary_oarchive output;
21 //typedef boost::archive::binary_oarchive output;
22 
23 
24 }
25 }
26 }
27 }
28 
29 
30 #endif // SERIALIZATION_FORMAT_BINARY_OUTPUT_HPP
Definition: portable_binary_oarchive.hpp:63
Definition: deadlineTimer.hpp:10