voxelTerrain
 All Classes Functions Variables Typedefs Enumerations Pages
stringList.hpp
1 #ifndef BLUB_CORE_STRINGLIST_HPP
2 #define BLUB_CORE_STRINGLIST_HPP
3 
4 #include "blub/core/string.hpp"
5 #include "blub/core/vector.hpp"
6 
7 
8 namespace blub
9 {
10 
11  typedef vector<string> stringList;
12 
13 }
14 
15 #endif // BLUB_CORE_STRINGLIST_HPP
Definition: deadlineTimer.hpp:10