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
Raw Permalink Normal View History

2005-11-07 10:56:25 +01:00
#ifndef __GM_WORLD_LOGS_DIALOG_H__
#define __GM_WORLD_LOGS_DIALOG_H__
#include <gtk/gtk.h>
2006-01-10 01:41:16 +01:00
#include "gm-world.h"
2005-11-07 10:56:25 +01:00
2005-11-15 12:55:06 +01:00
GtkDialog *gm_world_logs_dialog_new(GmWorld *world, GtkTreeView **view);
2005-11-07 10:56:25 +01:00
#endif /* __GM_WORLD_LOGS_DIALOG_H__ */