NDK class that represents the software development kit, a set of tools made to ease the conception of application.
More...
NDK class that represents the software development kit, a set of tools made to ease the conception of application.
◆ Initialize()
bool Ndk::Sdk::Initialize |
( |
| ) |
|
|
static |
Initializes the Sdk module.
- Returns
- true if initialization is successful
◆ IsInitialized()
bool Ndk::Sdk::IsInitialized |
( |
| ) |
|
|
inlinestatic |
Checks whether the module is initialized.
- Returns
- true if module is initialized
◆ Uninitialize()
void Ndk::Sdk::Uninitialize |
( |
| ) |
|
|
static |
Uninitializes the Sdk module.
The documentation for this class was generated from the following files:
- SDK/include/NDK/Sdk.hpp
- SDK/include/NDK/Sdk.inl
- SDK/src/NDK/Sdk.cpp