]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Game.hpp
Windows: Remove disabled warnings unknown to MinGW
[lugaru.git] / Source / Game.hpp
index efa119e073b07a2b236a681af2dd017cc32dc616..f276ef0ddfb80bb3ce44beab369791ac1ab58574 100644 (file)
@@ -156,6 +156,10 @@ void fireSound(int sound = fireendsound);
 void inputText(std::string& str, unsigned* charselected);
 void flash(float amount = 1, int delay = 1);
 }
+float roughDirection(XYZ vec);
+float roughDirectionTo(XYZ start, XYZ end);
+float pitchTo(XYZ start, XYZ end);
+float sq(float n);
 
 #ifndef __forceinline
 #  ifdef __GNUC__