mirror of
https://github.com/AntonioND/nitro-engine.git
synced 2025-06-18 16:45:33 -04:00
![]() Using global variables is generally discouraged. Now that NE_ProcessArg() and NE_ProcessDualArg() exist, it's better to show how to use them instead of NE_Process() and NE_ProcessDual() while using global variables. Also, switch from "int main(void)" to "int main(int argc, char *argv[])". |
||
---|---|---|
.. | ||
main.c |