mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
Remove irr
namespace (#16309)
This commit is contained in:
parent
7e22c72492
commit
61551cfc3a
381 changed files with 680 additions and 1632 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue