00001 00002 #ifndef H_RAYTRACER 00003 #define H_RAYTRACER 00004 00005 00006 #include <json-c/json.h> 00007 00008 #include "simplemap.h" 00009 using namespace RayTracer; 00010 00011 #include <csm/csm_all.h> 00012 using namespace CSM; 00013 00014 #include <options/options.h> 00015 00016 00017 #endif 00018