AUI Framework  develop
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
examples/ui/minimal_ui_xmake/src/MainWindow.h
Note
This Source File belongs to Minimal UI Template XMake Example. Please follow the link for example explanation.
#pragma once
#include <AUI/Platform/AWindow.h>
class MainWindow: public AWindow {
public:
    MainWindow();
};
Represents a window in the underlying windowing system.
Definition AWindow.h:45