function initGlobals196() { 
}


function foo193() returns boolean { 
    local integer mod545
    local real skip114
    mod_545 = 1;
    skip_114 = 1.;
    return true;
}


function main103() { 
    local trigger initTrig263
    initGlobals196();
    init_test163();
}


function config113() { 
}


function init_test163() { 
    if foo193() {
        testSuccess161();
    } else {
    };
}


IS_NATIVE function testSuccess161() { 
}


function typeIdToTypeName155(integer typeId116) returns string { 
    return "unknown";
}


function instanceCount222(integer typeId582) returns integer { 
    return 0;
}


function maxInstanceCount501(integer typeId185) returns integer { 
    return 0;
}


function maxTypeId157() returns integer { 
    return -1;
}