From e6a9081184482bef5c1bd774c1c82cf201c76294 Mon Sep 17 00:00:00 2001 From: Andrew Meadows Date: Mon, 1 Dec 2014 16:47:55 -0800 Subject: [PATCH] Moving ShapeInfo to shared lib --- libraries/{physics => shared}/src/ShapeInfo.cpp | 0 libraries/{physics => shared}/src/ShapeInfo.h | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename libraries/{physics => shared}/src/ShapeInfo.cpp (100%) rename libraries/{physics => shared}/src/ShapeInfo.h (100%) diff --git a/libraries/physics/src/ShapeInfo.cpp b/libraries/shared/src/ShapeInfo.cpp similarity index 100% rename from libraries/physics/src/ShapeInfo.cpp rename to libraries/shared/src/ShapeInfo.cpp diff --git a/libraries/physics/src/ShapeInfo.h b/libraries/shared/src/ShapeInfo.h similarity index 100% rename from libraries/physics/src/ShapeInfo.h rename to libraries/shared/src/ShapeInfo.h