INNER CODE UNIT · C

_LoadResources

GalaxyShad/Zuma-Deluxe-HD · src/Application.c:47

static int _LoadResources(void) {
    // if (!Engine_LoadSettings())
    //     return 9;

    // if (!Engine_TexturesLoad(filesTextures, TEXTURES_COUNT))
    //     return 3;
    // if (!Engine_FontsLoad(filesFonts, FONTS_COUNT))
    //     return 4;
    // if (!Engine_SoundsLoad(filesSounds, SOUNDS_COUNT))
    //     return 5;
    // if (!Engine_SoundsSfxLoad(filesSoundsSfx, SOUNDS_SFX_COUNT))
    //     return 6;
    // if (!Engine_MusicLoad(fileMusic))
    //     return 7;

    // if (!LevelMgr_LoadLevels("levels.xml"))
    //     return 8;
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…