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/src/dialogs/gm-world-logs-dialog.h

11 lines
262 B
C
Raw Normal View History

2005-10-09 10:53:36 +02:00
#ifndef __GM_WORLD_LOGS_DIALOG_H__
#define __GM_WORLD_LOGS_DIALOG_H__
#include <gtk/gtk.h>
2005-10-09 17:29:21 +02:00
#include "../gm-world.h"
2005-10-09 10:53:36 +02:00
GtkDialog *gm_world_logs_dialog_new(GmWorld *world, GtkTreeView **view,
GtkProgressBar **progress);
#endif /* __GM_WORLD_LOGS_DIALOG_H__ */