TM2IN  0.5.1
tvr.h
Go to the documentation of this file.
1 //
2 // Created by dongmin on 18. 7. 16.
3 //
4 
5 #ifndef TM2IN_TVR_H
6 #define TM2IN_TVR_H
7 
9 
10 namespace TM2IN{
11  namespace io{
16  std::vector<Room*> importTVR(const char *filePath);
17  }
18 }
19 
20 
21 #endif //TM2IN_TVR_H
vector< Room * > importTVR(const char *filePath)
Imports TVR file and returns a vector of Room.
Definition: tvr.cpp:10
Definition: collinear.cpp:10