2018-11-16 00:42:29 +01:00
|
|
|
/*****************************************************************************\
|
|
|
|
Snes9x - Portable Super Nintendo Entertainment System (TM) emulator.
|
|
|
|
This file is licensed under the Snes9x License.
|
|
|
|
For further information, consult the LICENSE file in the root directory.
|
|
|
|
\*****************************************************************************/
|
|
|
|
|
2018-05-13 01:17:19 +02:00
|
|
|
#ifndef __GTK_SHADER_PARAMETERS_H
|
|
|
|
#define __GTK_SHADER_PARAMETERS_H
|
|
|
|
|
2020-07-05 00:53:38 +02:00
|
|
|
#include "gtk_compat.h"
|
2018-05-13 01:17:19 +02:00
|
|
|
|
2020-07-05 00:53:38 +02:00
|
|
|
bool gtk_shader_parameters_dialog(GtkWindow *parent);
|
|
|
|
void gtk_shader_parameters_dialog_close();
|
2018-05-13 01:17:19 +02:00
|
|
|
|
|
|
|
#endif // __GTK_SHADER_PARAMETERS_H
|