mirror of https://github.com/buggins/dlangui.git
fix readme - APP_ENTRY_POINT
This commit is contained in:
parent
7c39e9f15e
commit
bb0c8ce1f0
|
@ -215,7 +215,7 @@ Hello World
|
||||||
|
|
||||||
// myproject.d
|
// myproject.d
|
||||||
import dlangui.all;
|
import dlangui.all;
|
||||||
mixin DLANGUI_ENTRY_POINT;
|
mixin APP_ENTRY_POINT;
|
||||||
|
|
||||||
/// entry point for dlangui based application
|
/// entry point for dlangui based application
|
||||||
extern (C) int UIAppMain(string[] args) {
|
extern (C) int UIAppMain(string[] args) {
|
||||||
|
|
Loading…
Reference in New Issue