]> git.lizzy.rs Git - minetest.git/blobdiff - src/util/directiontables.h
Improve accuracy and safety of float serialization
[minetest.git] / src / util / directiontables.h
index c02b3d124b6604192a37d4e77dbff07963d6746c..0dd3aab096110988b61ea99a792e67e4d88ecf97 100644 (file)
@@ -1,6 +1,6 @@
 /*
-Minetest-c55
-Copyright (C) 2010-2012 celeron55, Perttu Ahola <celeron55@gmail.com>
+Minetest
+Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com>
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
@@ -21,6 +21,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #define UTIL_DIRECTIONTABLES_HEADER
 
 #include "../irrlichttypes.h"
+#include "../irr_v3d.h"
 
 extern const v3s16 g_6dirs[6];