summaryrefslogtreecommitdiff
path: root/framework/util/exports.map
blob: 3dd8dc779ff22d0892b44d2d97d43185eba9dc5c (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:
            *;
};