mirror of
https://github.com/minetest/minetest.git
synced 2024-12-03 21:13:45 +01:00
12 lines
231 B
C
12 lines
231 B
C
// Luanti
|
|
// SPDX-License-Identifier: LGPL-2.1-or-later
|
|
// Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com>
|
|
|
|
#pragma once
|
|
|
|
#include "irrlichttypes.h"
|
|
|
|
#include <aabbox3d.h>
|
|
|
|
typedef core::aabbox3d<f32> aabb3f;
|