Nazara Engine  0.4
A fast, complete, cross-platform API designed for game development
Ndk::Sdk Class Reference

NDK class that represents the software development kit, a set of tools made to ease the conception of application. More...

Static Public Member Functions

static bool Initialize ()
 Initializes the Sdk module. More...
 
static bool IsInitialized ()
 Checks whether the module is initialized. More...
 
static void Uninitialize ()
 Uninitializes the Sdk module. More...
 

Detailed Description

NDK class that represents the software development kit, a set of tools made to ease the conception of application.

Member Function Documentation

◆ Initialize()

bool Ndk::Sdk::Initialize ( )
static

Initializes the Sdk module.

Returns
true if initialization is successful
Remarks
Produces a NazaraNotice

◆ 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.

Remarks
Produces a NazaraNotice

The documentation for this class was generated from the following files: