This repository has been archived on 2020-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
gnoemoe/gnoemoe/dialogs/gm-world-properties-dialog.h

18 lines
390 B
C

#ifndef __GM_WORLD_PROPERTIES_DIALOG__
#define __GM_WORLD_PROPERTIES_DIALOG__
#include <gtk/gtk.h>
#include <glade/glade.h>
#include "../gm-world.h"
typedef struct _encoding {
const gchar *charset;
const gchar *name;
} encoding;
void gm_world_properties_dialog_run(GmWorld *world);
void gm_world_properties_dialog_run_new(GmWorld *world);
#endif /* __GM_WORLD_PROPERTIES_DIALOG__ */