1 2 3 4 5 6 7 8 9 10 11 12
#ifndef TURNS_INIT_H #define TURNS_INIT_H #include <glib.h> G_BEGIN_DECLS void turns_init(void); G_END_DECLS #endif