aboutsummaryrefslogtreecommitdiffstats
path: root/glfunc.h
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2018-04-22 13:22:19 +0200
committerTomasz Kramkowski <tk@the-tk.com>2018-04-22 13:22:19 +0200
commitbd3d9e8c59ae1ec4743913ff6a138a9af5b8d1a8 (patch)
tree11080d9e17603f9451f3d75bbaca15cb0d443afb /glfunc.h
parenta53677673de504fe050fced7791b45d80e3fe77b (diff)
downloadfaqe-bd3d9e8c59ae1ec4743913ff6a138a9af5b8d1a8.tar.gz
faqe-bd3d9e8c59ae1ec4743913ff6a138a9af5b8d1a8.tar.xz
faqe-bd3d9e8c59ae1ec4743913ff6a138a9af5b8d1a8.zip
Fixup license headers
Diffstat (limited to 'glfunc.h')
-rw-r--r--glfunc.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/glfunc.h b/glfunc.h
index 22a0021..4f66c13 100644
--- a/glfunc.h
+++ b/glfunc.h
@@ -1,6 +1,7 @@
-// Copyright (C) Tomasz Kramkowski <tk@the-tk.com>
-// SPDX-License-Identifier: MIT
-
+/*
+ * Copyright (C) 2018 Tomasz Kramkowski <tk@the-tk.com>
+ * SPDX-License-Identifier: MIT
+ */
GL_FUNC(glGetError, GLenum, gl_error, void)
GL_FUNC(glViewport, void, gl_viewport, GLint x, GLint y, GLsizei width, GLsizei height)
GL_FUNC(glClearColor, void, gl_clearcolor, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)