mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Remove irr
namespace (#16309)
This commit is contained in:
@@ -36,8 +36,6 @@
|
||||
#include "SIrrCreationParameters.h"
|
||||
|
||||
//! Everything in the Irrlicht Engine can be found in this namespace.
|
||||
namespace irr
|
||||
{
|
||||
//! Creates an Irrlicht device. The Irrlicht device is the root object for using the engine.
|
||||
/** If you need more parameters to be passed to the creation of the Irrlicht Engine device,
|
||||
use the createDeviceEx() function.
|
||||
@@ -70,7 +68,7 @@ extern "C" IrrlichtDevice *createDevice(
|
||||
Use this function only if you wish to specify advanced parameters like a window
|
||||
handle in which the device should be created.
|
||||
\param parameters: Structure containing advanced parameters for the creation of the device.
|
||||
See irr::SIrrlichtCreationParameters for details.
|
||||
See SIrrlichtCreationParameters for details.
|
||||
\return Returns pointer to the created IrrlichtDevice or null if the
|
||||
device could not be created. */
|
||||
extern "C" IrrlichtDevice *createDeviceEx(
|
||||
@@ -103,7 +101,6 @@ namespace scene
|
||||
namespace video
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
/*! \file irrlicht.h
|
||||
\brief Main header file of the irrlicht, needed to create a device.
|
||||
|
Reference in New Issue
Block a user