ccdemos/realtime_bunny.cc
branchpyrit
changeset 100 c005054bf4c1
parent 92 9af5c039b678
equal deleted inserted replaced
99:f3abdaa2e8fb 100:c005054bf4c1
     1 #include "raytracer.h"
       
     2 #include "kdtree.h"
       
     3 
       
     4 #include "common_sdl.h"
     1 #include "common_sdl.h"
     5 #include "common_ply.h"
     2 #include "common_ply.h"
       
     3 #include "kdtree.h"
     6 
     4 
     7 int main(int argc, char **argv)
     5 int main(int argc, char **argv)
     8 {
     6 {
     9 	Raytracer rt;
     7 	Raytracer rt;
    10 	KdTree top;
     8 	KdTree top;