minetest/src/irr_aabb3d.h

12 lines
231 B
C
Raw Normal View History

// Luanti
// SPDX-License-Identifier: LGPL-2.1-or-later
// Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com>
#pragma once
2011-04-30 01:12:32 +02:00
2011-11-11 18:33:17 +01:00
#include "irrlichttypes.h"
2012-06-17 03:00:31 +02:00
#include <aabbox3d.h>
typedef core::aabbox3d<f32> aabb3f;