Open MrKleeblatt opened 1 year ago
Please. Guys.
int32_t main(int32_t argv, char** argc)
Swapping the names of argc (arguments count) and argv (argument vector) should be illegal.
argc
argv
https://github.com/MrFrenik/gunslinger/blame/18bbc62d3c52138678467443a0a398746ab1f07d/impl/gs_platform_impl.h#L2011
Lol. Whoops.
its a feature now /s
Please. Guys.
Swapping the names of
argc
(arguments count) andargv
(argument vector) should be illegal.https://github.com/MrFrenik/gunslinger/blame/18bbc62d3c52138678467443a0a398746ab1f07d/impl/gs_platform_impl.h#L2011