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