Doc/SDK: Fix missing NDK group
This commit is contained in:
parent
c65f19d8cf
commit
950068a60d
|
|
@ -25,6 +25,11 @@
|
|||
#ifndef NDK_PREREQUESITES_HPP
|
||||
#define NDK_PREREQUESITES_HPP
|
||||
|
||||
/*!
|
||||
* \defgroup NDK (NazaraSDK) Nazara Development Kit
|
||||
* A library grouping every modules of Nazara into multiple higher-level features suchs as scene management (handled by an ECS), application, lua binding, etc.
|
||||
*/
|
||||
|
||||
#include <Nazara/Prerequesites.hpp>
|
||||
|
||||
// Importation/Exportation of the API
|
||||
|
|
|
|||
Loading…
Reference in New Issue