lvecBase2.h 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. // Filename: lvecBase2.h
  2. // Created by: drose (08Mar00)
  3. //
  4. ////////////////////////////////////////////////////////////////////
  5. //
  6. // PANDA 3D SOFTWARE
  7. // Copyright (c) 2001 - 2004, Disney Enterprises, Inc. All rights reserved
  8. //
  9. // All use of this software is subject to the terms of the Panda 3d
  10. // Software license. You should have received a copy of this license
  11. // along with this source code; you will also find a current copy of
  12. // the license at http://etc.cmu.edu/panda3d/docs/license/ .
  13. //
  14. // To contact the maintainers of this program write to
  15. // [email protected] .
  16. //
  17. ////////////////////////////////////////////////////////////////////
  18. #ifndef LVECBASE2_H
  19. #define LVECBASE2_H
  20. #include "pandabase.h"
  21. #include "typedObject.h"
  22. #include "pnotify.h"
  23. #include "datagram.h"
  24. #include "datagramIterator.h"
  25. #include "checksumHashGenerator.h"
  26. #include "cmath.h"
  27. #include "nearly_zero.h"
  28. class Datagram;
  29. class DatagramIterator;
  30. #include "fltnames.h"
  31. #include "lvecBase2_src.h"
  32. #include "dblnames.h"
  33. #include "lvecBase2_src.h"
  34. #endif