00001 /* 00002 * This file contains all header files from directory "sources/graphic" and all subdirectories. 00003 * 00004 * You should include only this file in entire project because order 00005 * of header files may be important!!! 00006 * 00007 * Author: 00008 * Tomas Mrkvicka 00009 * xmrkvi03@stud.fit.vutbr.cz 00010 * 00011 */ 00012 00013 #ifndef _GRAPHIC_INCLUDES_HH_ 00014 #define _GRAPHIC_INCLUDES_HH_ 00015 00016 // GRAPHIC 00017 00018 #include "sources/graphic/GlobalsGraphic.h" 00019 00020 // GRAPHIC/MESH 00021 00022 #include "sources/graphic/mesh/Declaration.h" 00023 #include "sources/graphic/mesh/Mesh.h" 00024 00025 #endif