mirror of
https://github.com/AntonioND/nitro-engine.git
synced 2025-06-19 00:55:38 -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 |