]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Objects/Person.cpp
Fixed methods signatures to fix build
[lugaru.git] / Source / Objects / Person.cpp
index ced39dbe4ede9af13c3c7d951801c2abd92c5f92..6e286f4b60694fb8e86edfe1e810b5d4bbff37a0 100644 (file)
@@ -6945,10 +6945,6 @@ bool Person::addClothes(const int& clothesId)
     }
 }
 
-extern float sq(float n);
-extern float roughDirectionTo(XYZ start, XYZ end);
-extern float pitchTo(XYZ start, XYZ end);
-
 void Person::doAI()
 {
     if (aitype != playercontrolled && !Dialog::inDialog()) {