comparison src/modplug/plugin.cxx @ 1633:33626ca031f3

modplug: update
author William Pitcock <nenolod@atheme.org>
date Fri, 07 Sep 2007 05:16:36 -0500
parents 58f03e54b97a
children 79f0197a1c37
comparison
equal deleted inserted replaced
1632:67b5bf777a38 1633:33626ca031f3
89 { 89 {
90 NULL, 90 NULL,
91 NULL, 91 NULL,
92 (gchar *)"ModPlug Audio Plugin", 92 (gchar *)"ModPlug Audio Plugin",
93 Init, 93 Init,
94 NULL,
94 ShowAboutBox, 95 ShowAboutBox,
95 ShowConfigureBox, 96 ShowConfigureBox,
96 NULL, 97 NULL,
97 NULL, 98 NULL,
99 FALSE,
98 PlayFile, 100 PlayFile,
99 Stop, 101 Stop,
100 Pause, 102 Pause,
101 Seek, 103 Seek,
102 NULL, 104 NULL,
103 GetTime, 105 GetTime,
104 NULL,
105 NULL, 106 NULL,
106 NULL, 107 NULL,
107 NULL, 108 NULL,
108 NULL, 109 NULL,
109 NULL, 110 NULL,