/* * This file Copyright (C) 2007-2014 Mnemosyne LLC * * It may be used under the GNU Public License v2 or v3 licenses, * or any future license endorsed by Mnemosyne LLC. * * $Id$ */ #ifndef GTR_STATS_DIALOG_H #define GTR_STATS_DIALOG_H #include #include "tr-core.h" GtkWidget* gtr_stats_dialog_new (GtkWindow * parent, TrCore * core); #endif /* GTR_STATS_DIALOG_H */