00001 /* 00002 * $Id: graphicsGutz.h,v 1.6 2003/10/09 08:27:51 jmk Exp $ 00003 */ 00004 /////////////////////////////////////////////////////////////////////////// 00005 // _____________ ______________________ __ __ _____ 00006 // / ________ | | ___ ________ / | \ / \ | 00007 // | | | |_ | |_ | | / / \__ | | 00008 // | | ___ | || | || | | / / | | | 00009 // | | | \ | || | || | | / / \__/ \__/ __|__ 00010 // | | |_@ || || | || | | / / Institute 00011 // | |___/ || ||_| || | | / /_____________________ 00012 // \_______/ \______/ | |__| /___________________________ 00013 // | |__| | 00014 // \______/ 00015 // University of Utah 00016 // 2002 00017 /////////////////////////////////////////////////////////////////////////// 00018 00019 //graphicsGutz.h 00020 00021 //all of this is in the "gutz" namespace 00022 // having problems?? make sure you are "using namespace gutz;" 00023 // or "gutz::" 00024 00025 #ifndef __GUTZ_GRAPHICS_DOT_H 00026 #define __GUTZ_GRAPHICS_DOT_H 00027 00028 #include "../graphicsGutz/vectorGraphics.h" 00029 #include "../graphicsGutz/Camera.h" 00030 #include "../graphicsGutz/Light.h" 00031 #include "../graphicsGutz/Manip.h" 00032 #include "../graphicsGutz/ManipEvents.h" 00033 00034 #endif