equal
deleted
inserted
replaced
|
1 /* |
|
2 * Pyrit Ray Tracer |
|
3 * file: container.h |
|
4 * |
|
5 * Radek Brich, 2006-2007 |
|
6 */ |
|
7 |
1 #ifndef CONTAINER_H |
8 #ifndef CONTAINER_H |
2 #define CONTAINER_H |
9 #define CONTAINER_H |
3 |
10 |
4 #include <vector> |
11 #include <vector> |
5 |
12 |