[gnome-mastermind] Forgot to add an header
- From: Filippo Argiolas <fargiolas src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-mastermind] Forgot to add an header
- Date: Sat, 18 Apr 2009 11:01:01 -0400 (EDT)
commit d60aa0859eaec57edb0ec32e561ea760a2ab9add
Author: Filippo Argiolas <filippo argiolas gmail com>
Date: Sat Apr 18 17:00:26 2009 +0200
Forgot to add an header
---
src/gnome-mastermind.h | 47 +++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 47 insertions(+), 0 deletions(-)
diff --git a/src/gnome-mastermind.h b/src/gnome-mastermind.h
new file mode 100644
index 0000000..feb3e39
--- /dev/null
+++ b/src/gnome-mastermind.h
@@ -0,0 +1,47 @@
+/*
+ * GNOME Mastermind
+ *
+ * Authors:
+ * Filippo Argiolas <filippo argiolas gmail com> (2008)
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ * Other copyright information shoud be found on copyright files
+ * shipped with this package
+ *
+ */
+
+
+#ifndef __GNOME_MASTERMIND_H__
+#define __GNOME_MASTERMIND_H__
+
+G_BEGIN_DECLS
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif /* HAVE_CONFIG_H */
+
+/* i18n stuff */
+
+#ifdef ENABLE_NLS
+#include <glib/gi18n.h>
+#else /* !ENABLE_NLS */
+#define _(String) (String)
+#define N_(String) (String)
+#endif /* ENABLE_NLS */
+
+G_END_DECLS
+
+#endif /* __GNOME_MASTERMIND_H__ */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]