nitro-engine/examples/loading/filesystem_textures_grf/source
Antonio Niño Díaz 47c8061168 examples: test: Refactor to avoid global variables
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[])".
2024-03-08 18:44:02 +00:00
..
main.c examples: test: Refactor to avoid global variables 2024-03-08 18:44:02 +00:00