From 815e00917dcb4137f9687ab602f527920fa8c41d Mon Sep 17 00:00:00 2001 From: Mitchell Stokes Date: Thu, 21 Feb 2013 18:30:11 +0000 Subject: BGE cleanup: Removing the PHY__Vector classes and replacing them with MT_Vectors. The PHY__Vectors didn't offer anything (not even any real abstraction) and they required annoying MT_Vector <-> PHY_Vector conversions all over the place. No functional changes. --- source/gameengine/Physics/Dummy/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'source/gameengine/Physics/Dummy/CMakeLists.txt') diff --git a/source/gameengine/Physics/Dummy/CMakeLists.txt b/source/gameengine/Physics/Dummy/CMakeLists.txt index 6a21fc6fcb7..529a75b2a62 100644 --- a/source/gameengine/Physics/Dummy/CMakeLists.txt +++ b/source/gameengine/Physics/Dummy/CMakeLists.txt @@ -26,6 +26,7 @@ set(INC . ../common + ../../../../intern/moto/include ) set(INC_SYS -- cgit v1.2.3