Open Source Tomb Raider Engine
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Light.cpp 763B

123456789101112131415161718192021222324252627282930313233
  1. /* -*- Mode: C++; tab-width: 3; indent-tabs-mode: t; c-basic-offset: 3 -*- */
  2. /*================================================================
  3. *
  4. * Project : Freyja
  5. * Author : Terry 'Mongoose' Hendrix II
  6. * Website : http://www.westga.edu/~stu7440/
  7. * Email : stu7440@westga.edu
  8. * Object : Light
  9. * License : No use w/o permission (C) 2002 Mongoose
  10. * Comments: This is the GL light class
  11. *
  12. *
  13. * This file was generated using Mongoose's C++
  14. * template generator script. <stu7440@westga.edu>
  15. *
  16. *-- History -------------------------------------------------
  17. *
  18. * 2002.01.27:
  19. * Mongoose - Created
  20. =================================================================*/
  21. #include "Light.h"
  22. Light::Light()
  23. {
  24. }
  25. Light::~Light()
  26. {
  27. }