vector_int.cxx 519 B

123456789101112131415161718192021
  1. /**
  2. * PANDA 3D SOFTWARE
  3. * Copyright (c) Carnegie Mellon University. All rights reserved.
  4. *
  5. * All use of this software is subject to the terms of the revised BSD
  6. * license. You should have received a copy of this license along
  7. * with this source code in a file named "LICENSE."
  8. *
  9. * @file vector_int.cxx
  10. * @author drose
  11. * @date 2000-05-10
  12. */
  13. #include "vector_int.h"
  14. #define EXPCL EXPCL_DTOOL_DTOOLUTIL
  15. #define EXPTP EXPTP_DTOOL_DTOOLUTIL
  16. #define TYPE int
  17. #define NAME vector_int
  18. #include "vector_src.cxx"