Mercurial > audlegacy-plugins
comparison src/skins/plugin.h @ 2579:8fba3fbf1a0f
add vis and svis
| author | Tomasz Mon <desowin@gmail.com> |
|---|---|
| date | Mon, 19 May 2008 18:05:54 +0200 |
| parents | d0daee216c8d |
| children | 6a0755e8c1b3 |
comparison
equal
deleted
inserted
replaced
| 2574:8da9705862e5 | 2579:8fba3fbf1a0f |
|---|---|
| 19 */ | 19 */ |
| 20 | 20 |
| 21 #ifndef PLUGIN_SKINS_H | 21 #ifndef PLUGIN_SKINS_H |
| 22 #define PLUGIN_SKINS_H | 22 #define PLUGIN_SKINS_H |
| 23 | 23 |
| 24 #define _(String) gettext(String) | |
| 25 #define N_(String) (String) | |
| 26 | |
| 27 #include <glib.h> | 24 #include <glib.h> |
| 28 #include <audacious/plugin.h> | 25 #include <audacious/plugin.h> |
| 29 | 26 |
| 30 extern GtkWidget *mainwin; | 27 extern GtkWidget *mainwin; |
| 31 | 28 |
