00001 /********************************************************************** 00002 * blaRAY -- photon mapper/raytracer 00003 * (C) 2008 by Tomasz bla Fortuna <bla@thera.be>, <bla@af.gliwice.pl> 00004 * 00005 * This program is free software: you can redistribute it and/or modify 00006 * it under the terms of the GNU General Public License as published by 00007 * the Free Software Foundation, either version 3 of the License, or 00008 * any later version. 00009 * 00010 * See Docs/LICENSE 00011 *********************/ 00012 00013 #ifndef _TESTCASES_H_ 00014 #define _TESTCASES_H_ 00015 00019 namespace Testcases { 00021 void Scene(); 00022 void Render(); 00023 void Graphics(); 00024 void Math(); 00025 void Explicit(); 00026 void All(); 00028 }; 00029 00030 #endif
1.5.5