diff --git a/sources/appl/init.cpp b/sources/appl/init.cpp index dd330a2..9da3595 100644 --- a/sources/appl/init.cpp +++ b/sources/appl/init.cpp @@ -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 */