equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * C++ RayTracer |
2 * Pyrit Ray Tracer |
3 * file: raytracer.cc |
3 * file: raytracer.cc |
4 * |
4 * |
5 * Radek Brich, 2006 |
5 * Radek Brich, 2006-2007 |
6 */ |
6 */ |
7 |
7 |
8 #ifdef PTHREADS |
8 #ifdef PTHREADS |
9 #include <pthread.h> |
9 #include <pthread.h> |
10 #endif |
10 #endif |