Go to the source code of this file.
Defines | |
#define | INC_OSKI_INIT_H |
oski/init.h has been included. | |
Functions | |
int | oski_Init (void) |
Initialize the library. | |
void | oski_Close (void) |
Shuts the library down. |
This module implements the OSKI library initialization.
#define INC_OSKI_INIT_H |
oski/init.h has been included.
int oski_Init | ( | void | ) |
Initialize the library.
References InitSetDebugLevel(), oski_CreateTimer(), oski_DestroyTimer(), oski_InitHeurManager(), oski_InitMatTypeManager(), oski_InitModuleLoader(), and oski_PrintDebugMessage().
Referenced by main().