RobinTrace
poaky.h
Go to the documentation of this file.
1 
2 #ifndef POAKY_H
3 #define POAKY_H
4 
5 #include "base/Vec3.h"
6 #include "base/Vec2.h"
7 #include "base/Mat3.h"
8 #include "ray/ray.h"
9 #include "transfer/transfer.h"
10 #include "rop/rop.h"
11 #include "shape/plane.h"
12 #include "shape/standard.h"
13 
14 #endif // POAKY_H