src/raytracermodule.cc
branchpyrit
changeset 35 fb170fccb19f
parent 34 28f6e8b9d5d1
child 36 b490093b0ac3
equal deleted inserted replaced
34:28f6e8b9d5d1 35:fb170fccb19f
     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