[DEV] Change the main position

This commit is contained in:
Edouard DUPIN 2012-11-22 21:39:15 +01:00
parent 90d01e42fe
commit 247045c204

View File

@ -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
*/