c3-web icon indicating copy to clipboard operation
c3-web copied to clipboard

useful to add an example to the @winmain attribute

Open joshring opened this issue 1 year ago • 1 comments

Would it be useful to add an example to the @winmain attribute showing how one might want to define the main function? I have seen @Christoffer L giving the example below here in discord

fn int main(
    Win32_HINSTANCE hInstance,
    Win32_HINSTANCE hPrevInstance,
    String[] commands,
    int nCmdShow
) @winmain

joshring avatar Oct 10 '24 23:10 joshring

I think it should be added yes.

lerno avatar Oct 11 '24 09:10 lerno