2024-10-28 15:57:39 +01:00
|
|
|
// Luanti
|
|
|
|
// SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
// Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com>
|
2010-11-29 20:13:04 +02:00
|
|
|
|
2017-08-17 22:19:39 +02:00
|
|
|
#pragma once
|
2010-11-27 01:02:21 +02:00
|
|
|
|
2012-06-17 04:00:31 +03:00
|
|
|
#include "irrlichttypes_bloated.h"
|
2024-10-15 15:47:23 +02:00
|
|
|
#include "config.h" // IS_CLIENT_BUILD
|
2011-11-11 19:33:17 +02:00
|
|
|
|
2024-10-15 15:47:23 +02:00
|
|
|
#if IS_CLIENT_BUILD
|
2011-10-12 13:53:38 +03:00
|
|
|
#include <IMesh.h>
|
|
|
|
#include <IImage.h>
|
|
|
|
#include <IMeshSceneNode.h>
|
2019-02-07 16:26:06 -05:00
|
|
|
#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
|