10 lines
234 B
C
10 lines
234 B
C
#ifndef __GTK_SHADER_PARAMETERS_H
|
|
#define __GTK_SHADER_PARAMETERS_H
|
|
|
|
#include "gtk_2_3_compat.h"
|
|
|
|
bool gtk_shader_parameters_dialog (GtkWindow *parent);
|
|
void gtk_shader_parameters_dialog_close ();
|
|
|
|
#endif // __GTK_SHADER_PARAMETERS_H
|