Commit Graph

3 Commits

Author SHA1 Message Date
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
Antonio Niño Díaz
d432916f0a examples: Simplify GRF loading example 2024-01-27 19:43:27 +00:00
Antonio Niño Díaz
1d0b3058aa examples: Add example of loading GRF files 2024-01-25 18:28:13 +00:00