NGN.H

METHODS of the class


Method

bool Init();

Description

Initializes the library. Returns FALSE in case of an error. An object named "ngn" must be created using the "new" command, and the "Init()" method must be executed before using any functions of the library.

Example

ngn = new NGN();
ngn->Init();
Back to Index Versión en Español Back to Top