mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[ion] Give the options to ion_app that becomes ion_main
This commit is contained in:
committed by
EmilieNumworks
parent
963d2a57e3
commit
37ff8dc0a3
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user