pt_NodeRelation.cxx 828 B

12345678910111213141516171819202122232425
  1. // Filename: pt_NodeRelation.cxx
  2. // Created by: drose (07May01)
  3. //
  4. ////////////////////////////////////////////////////////////////////
  5. //
  6. // PANDA 3D SOFTWARE
  7. // Copyright (c) 2001, 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://www.panda3d.org/license.txt .
  13. //
  14. // To contact the maintainers of this program write to
  15. // [email protected] .
  16. //
  17. ////////////////////////////////////////////////////////////////////
  18. #include "nodeRelation.h"
  19. #include "pt_NodeRelation.h"
  20. // Tell GCC that we'll take care of the instantiation explicitly here.
  21. #ifdef __GNUC__
  22. #pragma implementation
  23. #endif