From 247045c204e21163201500f6d15467697dd17b20 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Thu, 22 Nov 2012 21:39:15 +0100 Subject: [PATCH] [DEV] Change the main position --- sources/appl/init.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 */