Changeset 8199 for code/branches/portals/src
- Timestamp:
- Apr 7, 2011, 12:13:19 PM (15 years ago)
- Location:
- code/branches/portals/src
- Files:
-
- 4 added
- 1 edited
- 4 moved
-
modules/portals (added)
-
modules/portals/CMakeLists.txt (added)
-
modules/portals/PortalEndPoint.cc (moved) (moved from code/branches/portals/src/orxonox/worldentities/PortalEndPoint.cc)
-
modules/portals/PortalEndPoint.h (moved) (moved from code/branches/portals/src/orxonox/worldentities/PortalEndPoint.h) (1 diff)
-
modules/portals/PortalLink.cc (moved) (moved from code/branches/portals/src/orxonox/worldentities/PortalLink.cc)
-
modules/portals/PortalLink.h (moved) (moved from code/branches/portals/src/orxonox/worldentities/PortalLink.h)
-
modules/portals/PortalPrecompiledHeaders.h (added)
-
modules/portals/PortalPrereqs.h (added)
-
orxonox/worldentities/CMakeLists.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
code/branches/portals/src/modules/portals/PortalEndPoint.h
r8198 r8199 8 8 #include "StaticEntity.h" 9 9 #include "graphics/Billboard.h" 10 #include " ../../modules/objects/triggers/DistanceMultiTrigger.h"10 #include "modules/objects/triggers/DistanceMultiTrigger.h" 11 11 12 12 namespace orxonox -
code/branches/portals/src/orxonox/worldentities/CMakeLists.txt
r8177 r8199 12 12 SpawnPoint.cc 13 13 TeamSpawnPoint.cc 14 PortalEndPoint.cc15 PortalLink.cc16 14 ) 17 15
Note: See TracChangeset
for help on using the changeset viewer.










