AUI Framework  develop
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
examples/ui/minimal_ui_xmake/src/main.cpp
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