8 lines
107 B
C
8 lines
107 B
C
#ifndef __STYLE_H
|
|
#define __STYLE_H
|
|
#include "gtk/gtk.h"
|
|
|
|
GtkCssProvider *squeek_load_style(void);
|
|
|
|
#endif
|