summaryrefslogtreecommitdiff
path: root/src/gl_texture_wrap_s.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gl_texture_wrap_s.h')
-rw-r--r--src/gl_texture_wrap_s.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/gl_texture_wrap_s.h b/src/gl_texture_wrap_s.h
new file mode 100644
index 0000000..a92b29d
--- /dev/null
+++ b/src/gl_texture_wrap_s.h
@@ -0,0 +1,28 @@
+/*
+ * $Id$
+ * Copyright (C) 2007 Oliver McFadden <z3ro.geek@gmail.com>
+ *
+ * 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 Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
+
+#ifndef __GL_TEXTURE_WRAP_S_H__
+#define __GL_TEXTURE_WRAP_S_H__
+
+#include <stdio.h>
+#include <stdlib.h>
+
+void gl_texture_wrap_s (void);
+
+#endif