[DEV] update main

This commit is contained in:
Edouard DUPIN 2014-04-24 23:10:45 +02:00
parent 5f94203fff
commit 6643b6cc9a

View File

@ -31,7 +31,8 @@ int main(int argc, const char *argv[]) {
/** /**
* @brief main application function Initialisation * @brief main application function Initialisation
*/ */
bool APP_Init(ewol::Context& _context) { bool APP_Init(ewol::Context& _context, size_t _initId, size_t& _nbInitStep) {
_nbInitStep = 1;
APPL_INFO("==> Init APPL (START) [" << ewol::getBoardType() << "] (" << ewol::getCompilationMode() << ")"); APPL_INFO("==> Init APPL (START) [" << ewol::getBoardType() << "] (" << ewol::getCompilationMode() << ")");
// TODO : Remove this : Move if in the windows properties // TODO : Remove this : Move if in the windows properties