diff src/audacious/plugin.h @ 2797:f0c1c8b22c88 trunk

[svn] - first attempt at an plugin API2 loader. this is entirely implemented inside the plugin2 namespace, so please respect that if you go editing this ;p
author nenolod
date Thu, 24 May 2007 03:27:54 -0700
parents e9af66a1be74
children c799098c396f
line wrap: on
line diff
--- a/src/audacious/plugin.h	Thu May 24 02:03:17 2007 -0700
+++ b/src/audacious/plugin.h	Thu May 24 03:27:54 2007 -0700
@@ -39,6 +39,7 @@
 #include "audacious/vfs.h"
 #include "audacious/titlestring.h"
 
+#define PLUGIN(x)         ((Plugin *)(x))
 #define INPUT_PLUGIN(x)   ((InputPlugin *)(x))
 #define OUTPUT_PLUGIN(x)  ((OutputPlugin *)(x))
 #define EFFECT_PLUGIN(x)  ((EffectPlugin *)(x))