comparison src/modplug/plugin.cxx @ 370:8e6cbffd2fd1 trunk

[svn] - add support for modplug extension probe
author nenolod
date Tue, 12 Dec 2006 19:03:11 -0800
parents 4095ceb0440b
children 96cbec520f57
comparison
equal deleted inserted replaced
369:28e613b54cb2 370:8e6cbffd2fd1
97 NULL, 97 NULL,
98 NULL, 98 NULL,
99 NULL, 99 NULL,
100 GetSongInfo, 100 GetSongInfo,
101 ShowFileInfoBox, 101 ShowFileInfoBox,
102 NULL 102 NULL, // output
103 NULL, // tuple
104 NULL,
105 NULL, // vfs
106 { "amf", "ams", "dbm", "dbf", "dsm", "far", "mdl", "stm", "ult", "j2b", "mt2",
107 "mdz", "mdr", "mdgz", "mdbz", "s3z", "s3r", "s3gz", "xmz", "xmr", "xmgz",
108 "itz", "itr", "itgz", "dmf", "umx", "it", "669", "xm", "mtm", "psm", "ft2" },
103 }; 109 };
104 110
105 extern "C" 111 extern "C"
106 { 112 {
107 InputPlugin* get_iplugin_info (void) 113 InputPlugin* get_iplugin_info (void)