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-logs-dialog.h

10 lines
229 B
C

#ifndef __GM_WORLD_LOGS_DIALOG_H__
#define __GM_WORLD_LOGS_DIALOG_H__
#include <gtk/gtk.h>
#include "gm-world.h"
GtkDialog *gm_world_logs_dialog_new(GmWorld *world, GtkTreeView **view);
#endif /* __GM_WORLD_LOGS_DIALOG_H__ */