Initial commit
[jamendo] / src / radioselector_screen.h
diff --git a/src/radioselector_screen.h b/src/radioselector_screen.h
new file mode 100644 (file)
index 0000000..8df9748
--- /dev/null
@@ -0,0 +1,16 @@
+/*
+ * radioselector_screen.h
+ *
+ *  Created on: 2009-12-11
+ *      Author: marcin
+ */
+
+#ifndef RADIOSELECTOR_SCREEN_H_
+#define RADIOSELECTOR_SCREEN_H_
+
+#include <gtk/gtk.h>
+
+GtkWidget* radioselector_screen_new();
+
+
+#endif /* RADIOSELECTOR_SCREEN_H_ */