Exemplo n.º 1
0
void SceneFileHandlerBase::popOptions(const std::string &suffix)
{
    SceneFileType *type   = getFileType(suffix.c_str());

    if(type != NULL)
    {
        type->popOptions();
    }
}