]> git.lizzy.rs Git - minetest.git/blobdiff - src/nodedef.h
Vary ore sheet y position by noise
[minetest.git] / src / nodedef.h
index fa0c1f2e848bf7d3b5fcf5e80c9ef57e96dd504d..4f07565d1ad2073ded8fd09d44f3ec1e115a4ac9 100644 (file)
@@ -1,6 +1,6 @@
 /*
-Minetest-c55
-Copyright (C) 2010-2011 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
@@ -119,7 +119,7 @@ struct TileDef
                animation.length = 1.0;
        }
 
-       void serialize(std::ostream &os) const;
+       void serialize(std::ostream &os, u16 protocol_version) const;
        void deSerialize(std::istream &is);
 };