[ion] Give the options to ion_app that becomes ion_main

This commit is contained in:
Émilie Feral
2018-02-22 15:25:00 +01:00
committed by EmilieNumworks
parent 963d2a57e3
commit 37ff8dc0a3
8 changed files with 9 additions and 10 deletions

View File

@@ -18,9 +18,9 @@
* will take care of configuring the whole environment for you. In POSIX terms,
* ION will implement the "main" function.
* Don't worry though, once all its initialization will be performed, ION will
* jump to your code at ion_app, which you have to implement yourself. */
* jump to your code at ion_main, which you have to implement yourself. */
void ion_app();
void ion_main(int argc, char * argv[]);
namespace Ion {