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