Open Source Tomb Raider Engine
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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. }