13 lines
105 B
C
13 lines
105 B
C
|
|
||
|
#ifndef PROPERTIES
|
||
|
#define PROPERTIES
|
||
|
|
||
|
#include <gtk/gtk.h>
|
||
|
|
||
|
|
||
|
GtkWidget *create_properties();
|
||
|
|
||
|
|
||
|
#endif
|
||
|
|