bool InitApp() { if (!InitXLUE()) { return false; } if (!InitLuaCore()) { return false; } WizardApp::GetInstance()->Init(); if (!LoadSkin()) { ::MessageBox(NULL, L"Load Skin Error!", L"Error", MB_OK); return true; } if (!LoadXAR()) { return false; } return true; }
bool InitApp() { if (!InitXLUE()) { return false; } /*if (!InitLuaCore()) { return false; } InitLuaHelper();*/ if (!LoadXAR()) { return false; } return true; }