1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00
luanti/src/irrlichttypes_extrabloated.h

22 lines
506 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
2010-11-27 01:02:21 +02:00
2012-06-17 04:00:31 +03:00
#include "irrlichttypes_bloated.h"
#include "config.h" // IS_CLIENT_BUILD
2011-11-11 19:33:17 +02:00
#if IS_CLIENT_BUILD
2011-10-12 13:53:38 +03:00
#include <IMesh.h>
#include <IImage.h>
#include <IMeshSceneNode.h>
#include <IDummyTransformationSceneNode.h>
2011-10-12 13:53:38 +03:00
#include <SMesh.h>
#include <ISceneManager.h>
#include <IMeshBuffer.h>
#include <SMeshBuffer.h>
#include <IGUIElement.h>
#include <IGUIEnvironment.h>
#endif