INNER CODE UNIT · C

_Init

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

static void _Init() {
    app.curLvl          = 0;
    app.curDifficulty   = 0;
    app.inMenu          = 1;
    app.isRunning       = true;
}


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;

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…