1// This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. 2// To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/ or send a 3// letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA. 4 5#ifndef(Stones_Inc_Temp) 6#declare Stones_Inc_Temp = version; 7#version 3.5; 8 9#ifdef(View_POV_Include_Stack) 10# debug "including stones.inc\n" 11#end 12 13/* 14 Persistence of Vision Raytracer Version 3.1 15 16 Combines stones1.inc and stones2.inc. Use only if 17 needed, since it will take longer to parse. 18 19*/ 20 21#include "stones1.inc" 22#include "stones2.inc" 23 24#version Stones_Inc_Temp; 25#end 26