/* -*- Mode: C++; tab-width: 3; indent-tabs-mode: t; c-basic-offset: 3 -*- */ /*================================================================ * * Project : Freyja * Author : Terry 'Mongoose' Hendrix II * Website : http://www.westga.edu/~stu7440/ * Email : stu7440@westga.edu * Object : Light * License : No use w/o permission (C) 2002 Mongoose * Comments: This is the GL light class * * * This file was generated using Mongoose's C++ * template generator script. * *-- History ------------------------------------------------- * * 2002.01.27: * Mongoose - Created =================================================================*/ #include Light::Light() { } Light::~Light() { }