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