summaryrefslogtreecommitdiff
path: root/dtrans/util/exports.map
blob: c20b103ade757ce6a798947a905e8c240b778a57 (plain)
1
2
3
4
5
6
7
8
9
10
11
UDK_3_0_0 {
        global:
                GetVersionInfo;
                component_getDescriptionFunc;
                component_getImplementationEnvironment;
                component_getFactory;
                component_writeInfo;

        local:
                *;
};