git: Line endings of README.txt
[projects/chimara/chimara.git] / player / preferences.h
1 #ifndef PREFERENCES_H
2 #define PREFERENCES_H
3
4 #include <gtk/gtk.h>
5 #include <libchimara/chimara-glk.h>
6
7 G_GNUC_INTERNAL void preferences_create(ChimaraGlk *glk);
8
9 #endif