diff options
author | Jordi Vilalta Prat | 2008-05-02 05:23:31 +0000 |
---|---|---|
committer | Jordi Vilalta Prat | 2008-05-02 05:23:31 +0000 |
commit | 86fad805d027e93a847c82f1b31a2c81ac97b5f5 (patch) | |
tree | fc6f610c03e76c3541db7231ecb5b1d09789abea | |
parent | cf3a821fb8869c075c9ebd53b3d656be6732ca02 (diff) | |
download | scummvm-rg350-86fad805d027e93a847c82f1b31a2c81ac97b5f5.tar.gz scummvm-rg350-86fad805d027e93a847c82f1b31a2c81ac97b5f5.tar.bz2 scummvm-rg350-86fad805d027e93a847c82f1b31a2c81ac97b5f5.zip |
Updated the list of the DC plugins' exported symbols
svn-id: r31802
-rw-r--r-- | backends/platform/dc/plugin.syms | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/backends/platform/dc/plugin.syms b/backends/platform/dc/plugin.syms index c8022d663a..2cab08c9c7 100644 --- a/backends/platform/dc/plugin.syms +++ b/backends/platform/dc/plugin.syms @@ -1,9 +1,7 @@ -_PLUGIN_copyright -_PLUGIN_createEngine -_PLUGIN_detectGames -_PLUGIN_gameIDList -_PLUGIN_findGameID -_PLUGIN_name +_PLUGIN_getVersion +_PLUGIN_getType +_PLUGIN_getTypeVersion +_PLUGIN_getObject ___plugin_ctors ___plugin_ctors_end ___plugin_dtors |