Dynamic Windows Function [dw_init]
Syntax
int dw_init(int newthread, int argc, char **argv)
Parameters
int newthread: True if this is the only thread. False if there is already a message loop running.
int argc: Passed in from main()
char **argv: Passed in from main()
Returns
int DW_ERROR_NONE (0) on success.
Description
Initializes the Dynamic Windows engine.