aboutsummaryrefslogtreecommitdiff
path: root/src/porting.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/porting.cpp')
0 files changed, 0 insertions, 0 deletions
com">but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef REFLOWSCAN_H #define REFLOWSCAN_H #include "util/container.h" #include "irrlichttypes_bloated.h" class INodeDefManager; class Map; class MapBlock; class ReflowScan { public: ReflowScan(Map *map, INodeDefManager *ndef); void scan(MapBlock *block, UniqueQueue<v3s16> *liquid_queue); private: MapBlock *lookupBlock(int x, int y, int z);