- Note
- This Source File belongs to Fractal Example Example. Please follow the link for example explanation.
#include <AUI/Platform/Entry.h>
#include "FractalWindow.h"
_new<FractalWindow>()->show();
return 0;
}
#define AUI_ENTRY
Application entry point.
Definition Entry.h:90