equal
deleted
inserted
replaced
7 */ |
7 */ |
8 |
8 |
9 #include <Python.h> |
9 #include <Python.h> |
10 |
10 |
11 #include <vector> |
11 #include <vector> |
|
12 #include "raytracer.h" |
12 #include "scene.h" |
13 #include "scene.h" |
13 #include "raytracer.h" |
14 #include "kdtree.h" |
14 |
15 |
15 //=========================== Light Source Object =========================== |
16 //=========================== Light Source Object =========================== |
16 |
17 |
17 typedef struct { |
18 typedef struct { |
18 PyObject_HEAD |
19 PyObject_HEAD |