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
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