mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 07:37:20 +02:00
fix file path in header text: physcis --> shared
This commit is contained in:
parent
3c67400e13
commit
fb7a5e64cf
15 changed files with 15 additions and 15 deletions
|
@ -1,6 +1,6 @@
|
||||||
//
|
//
|
||||||
// AACubeShape.cpp
|
// AACubeShape.cpp
|
||||||
// libraries/physics/src
|
// libraries/shared/src
|
||||||
//
|
//
|
||||||
// Created by Andrew Meadows on 2014.08.22
|
// Created by Andrew Meadows on 2014.08.22
|
||||||
// Copyright 2014 High Fidelity, Inc.
|
// Copyright 2014 High Fidelity, Inc.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
//
|
//
|
||||||
// AACubeShape.h
|
// AACubeShape.h
|
||||||
// libraries/physics/src
|
// libraries/shared/src
|
||||||
//
|
//
|
||||||
// Created by Andrew Meadows on 2014.08.22
|
// Created by Andrew Meadows on 2014.08.22
|
||||||
// Copyright 2014 High Fidelity, Inc.
|
// Copyright 2014 High Fidelity, Inc.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
//
|
//
|
||||||
// CapsuleShape.cpp
|
// CapsuleShape.cpp
|
||||||
// libraries/physics/src
|
// libraries/shared/src
|
||||||
//
|
//
|
||||||
// Created by Andrew Meadows on 02/20/2014.
|
// Created by Andrew Meadows on 02/20/2014.
|
||||||
// Copyright 2014 High Fidelity, Inc.
|
// Copyright 2014 High Fidelity, Inc.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
//
|
//
|
||||||
// CapsuleShape.h
|
// CapsuleShape.h
|
||||||
// libraries/physics/src
|
// libraries/shared/src
|
||||||
//
|
//
|
||||||
// Created by Andrew Meadows on 02/20/2014.
|
// Created by Andrew Meadows on 02/20/2014.
|
||||||
// Copyright 2014 High Fidelity, Inc.
|
// Copyright 2014 High Fidelity, Inc.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
//
|
//
|
||||||
// CollisionInfo.cpp
|
// CollisionInfo.cpp
|
||||||
// libraries/physics/src
|
// libraries/shared/src
|
||||||
//
|
//
|
||||||
// Created by Andrew Meadows on 02/14/2014.
|
// Created by Andrew Meadows on 02/14/2014.
|
||||||
// Copyright 2014 High Fidelity, Inc.
|
// Copyright 2014 High Fidelity, Inc.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
//
|
//
|
||||||
// CollisionInfo.h
|
// CollisionInfo.h
|
||||||
// libraries/physics/src
|
// libraries/shared/src
|
||||||
//
|
//
|
||||||
// Created by Andrew Meadows on 02/14/2014.
|
// Created by Andrew Meadows on 02/14/2014.
|
||||||
// Copyright 2014 High Fidelity, Inc.
|
// Copyright 2014 High Fidelity, Inc.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
//
|
//
|
||||||
// ListShape.cpp
|
// ListShape.cpp
|
||||||
// libraries/physics/src
|
// libraries/shared/src
|
||||||
//
|
//
|
||||||
// Created by Andrew Meadows on 02/20/2014.
|
// Created by Andrew Meadows on 02/20/2014.
|
||||||
// Copyright 2014 High Fidelity, Inc.
|
// Copyright 2014 High Fidelity, Inc.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
//
|
//
|
||||||
// ListShape.h
|
// ListShape.h
|
||||||
// libraries/physics/src
|
// libraries/shared/src
|
||||||
//
|
//
|
||||||
// Created by Andrew Meadows on 02/20/2014.
|
// Created by Andrew Meadows on 02/20/2014.
|
||||||
// Copyright 2014 High Fidelity, Inc.
|
// Copyright 2014 High Fidelity, Inc.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
//
|
//
|
||||||
// PlaneShape.cpp
|
// PlaneShape.cpp
|
||||||
// libraries/physics/src
|
// libraries/shared/src
|
||||||
//
|
//
|
||||||
// Created by Andrzej Kapolka on 4/10/2014.
|
// Created by Andrzej Kapolka on 4/10/2014.
|
||||||
// Copyright 2014 High Fidelity, Inc.
|
// Copyright 2014 High Fidelity, Inc.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
//
|
//
|
||||||
// PlaneShape.h
|
// PlaneShape.h
|
||||||
// libraries/physics/src
|
// libraries/shared/src
|
||||||
//
|
//
|
||||||
// Created by Andrzej Kapolka on 4/9/2014.
|
// Created by Andrzej Kapolka on 4/9/2014.
|
||||||
// Copyright 2014 High Fidelity, Inc.
|
// Copyright 2014 High Fidelity, Inc.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
//
|
//
|
||||||
// Shape.h
|
// Shape.h
|
||||||
// libraries/physics/src
|
// libraries/shared/src
|
||||||
//
|
//
|
||||||
// Created by Andrew Meadows on 2014.
|
// Created by Andrew Meadows on 2014.
|
||||||
// Copyright 2014 High Fidelity, Inc.
|
// Copyright 2014 High Fidelity, Inc.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
//
|
//
|
||||||
// ShapeCollider.cpp
|
// ShapeCollider.cpp
|
||||||
// libraries/physics/src
|
// libraries/shared/src
|
||||||
//
|
//
|
||||||
// Created by Andrew Meadows on 02/20/2014.
|
// Created by Andrew Meadows on 02/20/2014.
|
||||||
// Copyright 2014 High Fidelity, Inc.
|
// Copyright 2014 High Fidelity, Inc.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
//
|
//
|
||||||
// ShapeCollider.h
|
// ShapeCollider.h
|
||||||
// libraries/physics/src
|
// libraries/shared/src
|
||||||
//
|
//
|
||||||
// Created by Andrew Meadows on 02/20/2014.
|
// Created by Andrew Meadows on 02/20/2014.
|
||||||
// Copyright 2014 High Fidelity, Inc.
|
// Copyright 2014 High Fidelity, Inc.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
//
|
//
|
||||||
// SphereShape.cpp
|
// SphereShape.cpp
|
||||||
// libraries/physics/src
|
// libraries/shared/src
|
||||||
//
|
//
|
||||||
// Created by Andrew Meadows on 2014.06.17
|
// Created by Andrew Meadows on 2014.06.17
|
||||||
// Copyright 2014 High Fidelity, Inc.
|
// Copyright 2014 High Fidelity, Inc.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
//
|
//
|
||||||
// SphereShape.h
|
// SphereShape.h
|
||||||
// libraries/physics/src
|
// libraries/shared/src
|
||||||
//
|
//
|
||||||
// Created by Andrew Meadows on 2014.
|
// Created by Andrew Meadows on 2014.
|
||||||
// Copyright 2014 High Fidelity, Inc.
|
// Copyright 2014 High Fidelity, Inc.
|
||||||
|
|
Loading…
Reference in a new issue