Changeset 5750 in orxonox.OLD for trunk/src/lib/collision_detection
- Timestamp:
- Nov 24, 2005, 12:13:22 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/collision_detection/Makefile.am
r5687 r5750 6 6 libORXcd_a_SOURCES = cd_engine.cc \ 7 7 collision.cc \ 8 8 obb.cc \ 9 9 obb_tree.cc \ 10 10 obb_tree_node.cc \ 11 11 bv_tree.cc \ 12 13 14 12 bv_tree_node.cc \ 13 bounding_volume.cc \ 14 bounding_sphere.cc 15 15 16 16 17 17 noinst_HEADERS = cd_engine.h \ 18 18 collision_defs.h \ 19 19 collision.h \ 20 20 obb.h \ 21 21 obb_tree.h \ 22 22 obb_tree_node.h \ 23 23 bv_tree.h \ 24 25 26 24 bv_tree_node.h \ 25 bounding_volume.h \ 26 bounding_sphere.h 27 27
Note: See TracChangeset
for help on using the changeset viewer.