From 6643b6cc9acb1d5c70ebb94593d51d7f0bb6143c Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Thu, 24 Apr 2014 23:10:45 +0200 Subject: [PATCH] [DEV] update main --- test/Main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Main.cpp b/test/Main.cpp index 55c0c3a..d03f391 100644 --- a/test/Main.cpp +++ b/test/Main.cpp @@ -31,7 +31,8 @@ int main(int argc, const char *argv[]) { /** * @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() << ")"); // TODO : Remove this : Move if in the windows properties