RUN_MAIN

This should be called once at the start of a program. It generates the proper main function for your environment (win32/posix/dmain) and boot straps the main loop for the GUI. This will call your UIAppMain function when ready.

mixin template RUN_MAIN () {}

Meta