* adding first files (API draft)
[libnomaccel] / src / template.hc
diff --git a/src/template.hc b/src/template.hc
new file mode 100644 (file)
index 0000000..fceabf1
--- /dev/null
@@ -0,0 +1,26 @@
+/* ============================================================================
+    Copyright (C) 2010 nomrasco
+    Nom Rasco <nomrasco@gmail.com>
+
+    This file is part of libnomaccel.
+
+    libnomaccel is free software: you can redistribute it and/or modify
+    it under the terms of the GNU Lesser General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    libnomaccel 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 Lesser General Public License for more details.
+
+    You should have received a copy of the GNU Lesser General Public License
+    along with libnomaccel.  If not, see <http://www.gnu.org/licenses/>.
+============================================================================ */
+#ifndef _NOM_TEMPLATE_H_
+#define _NOM_TEMPLATE_H_
+#include "template.h"
+
+   USE THIS FILE AS A TEMPLATE FOR A NEW FILES: HEADERS AND IMPLEMENTATIONS
+
+#endif