[DEV] Change the main position
This commit is contained in:
parent
90d01e42fe
commit
247045c204
@ -47,6 +47,18 @@
|
||||
MainWindows * basicWindows = NULL;
|
||||
|
||||
|
||||
/**
|
||||
* @brief Main of the program (This can be set in every case, but it is not used in Andoid...).
|
||||
* @param std IO
|
||||
* @return std IO
|
||||
*/
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
// only one things to do :
|
||||
return ewol::Run(argc, argv);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @brief main application function Initialisation
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user