Defines | |
| #define | IND_DEBUG_MODE 1 |
| Iniatializes the engine in debug mode. | |
| #define | IND_RELEASE_MODE 0 |
| Iniatializes the engine in release mode. | |
Typedefs | |
| typedef int | IND_InitializationMode |
| Debug. | |
| typedef int IND_InitializationMode |
Debug.
Using IndieLib::Init() method, the library can be initialized with the modes: IND_DEBUG_MODE (debug mode) , IND_RELEASE_MODE (release mode).
IND_DEBUG_MODE starts the library in debug mode. In this mode at the end of the execution a file named debug.txt is generated. It contains details about the project execution. Here you can verify if are the resources are correctly loaded/freed. Please, check this file if any problem happen after the execution of an IndieLib application.
IND_RELEASE_MODE is the mode that should be chosen for a finished project.
1.5.4