aboutsummaryrefslogtreecommitdiffstats
path: root/glfunc.h
diff options
context:
space:
mode:
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)