Luanti 5.10.0-dev
 
Loading...
Searching...
No Matches
irrlichttypes_extrabloated.h
Go to the documentation of this file.
1// Luanti
2// SPDX-License-Identifier: LGPL-2.1-or-later
3// Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com>
4
5#pragma once
6
8#include "config.h" // IS_CLIENT_BUILD
9
10#if IS_CLIENT_BUILD
11#include <IMesh.h>
12#include <IImage.h>
13#include <IMeshSceneNode.h>
14#include <IDummyTransformationSceneNode.h>
15#include <SMesh.h>
16#include <ISceneManager.h>
17#include <IMeshBuffer.h>
18#include <SMeshBuffer.h>
19#include <IGUIElement.h>
20#include <IGUIEnvironment.h>
21#endif