arbeit
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

Light.cpp

Go to the documentation of this file.
00001 //------------------------------------------------------------------------
00002 //C++ 
00003 //   
00004 //                   ________    ____   ___ 
00005 //                  |        \  /    | /  /
00006 //                  +---+     \/     |/  /
00007 //                  +--+|  |\    /|     < 
00008 //                  |  ||  | \  / |  |\  \ 
00009 //                  |      |  \/  |  | \  \ 
00010 //                   \_____|      |__|  \__\
00011 //                       Copyright  2002 
00012 //                      Joe Michael Kniss
00013 //               "All Your Base are Belong to Us"
00014 //-------------------------------------------------------------------------
00015 
00016 #pragma warning(disable:4786) //dissable stl identifier too long warnings
00017 
00018 #include <../graphicsGutz/Light.h>
00019 
00020 using namespace gutz;
00021 
00022 Light::Light()
00023 {
00024 
00025 }
00026 
00027 
00028 Light::~Light()
00029 {
00030 
00031 }
00032 

Send questions, comments, and bug reports to:
jmk