comparison src/modplug/plugin.cxx @ 2699:e23ce346f239

adapt C++ plugins to new API
author mf0102 <0102@gmx.at>
date Tue, 10 Jun 2008 00:52:44 +0200
parents 97d0ed3b2631
children 04249b58c738
comparison
equal deleted inserted replaced
2698:32e99af83a3e 2699:e23ce346f239
116 NULL, 116 NULL,
117 NULL, 117 NULL,
118 ShowFileInfoBox, 118 ShowFileInfoBox,
119 NULL, // output 119 NULL, // output
120 GetSongTuple, 120 GetSongTuple,
121 NULL,
122 NULL,
123 CanPlayFileFromVFS, // vfs 121 CanPlayFileFromVFS, // vfs
124 (gchar **)fmts, 122 (gchar **)fmts,
125 NULL, 123 NULL,
126 NULL, 124 NULL,
127 TRUE, // subtune. to exclude .zip etc which doesn't contain any mod file --yaz 125 TRUE, // subtune. to exclude .zip etc which doesn't contain any mod file --yaz