diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-01-17 21:15:31 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-01-17 21:15:31 +0200 |
commit | d44abdab17f6ad7a05ddc08d418af35e9cabddef (patch) | |
tree | e20567656ca78a53bec39228f8feba54aa54475d /src/map.h | |
parent | 0fa0e0752a28eeb43195f2288c018d5c0b24520b (diff) | |
download | minetest-d44abdab17f6ad7a05ddc08d418af35e9cabddef.tar.gz minetest-d44abdab17f6ad7a05ddc08d418af35e9cabddef.tar.bz2 minetest-d44abdab17f6ad7a05ddc08d418af35e9cabddef.zip |
minecraft-style water done (but no texture animation or sound)
Diffstat (limited to 'src/map.h')
-rw-r--r-- | src/map.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -236,6 +236,8 @@ public: // For debug printing virtual void PrintInfo(std::ostream &out); + + void transformLiquids(core::map<v3s16, MapBlock*> & modified_blocks); /* Variables |