summaryrefslogtreecommitdiff
path: root/psprint/util/libpsp_mingw.map
blob: 8dabb61fd8ea6d420e58c3414fa49c44b6609680 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
UDK_3_0_0 {
    global:
        *psp*;
        OpenTTFontBuffer;
        MapChar;
        GetTTGlobalFontInfo;
        GetTTSimpleGlyphMetrics;
        CreateTTFromTTGlyphs;
        CloseTTFont;
    local:
        *;
};