diff options
Diffstat (limited to 'pugl/pugl/gl.h')
-rw-r--r-- | pugl/pugl/gl.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pugl/pugl/gl.h b/pugl/pugl/gl.h index 55a55c4..dbb2e60 100644 --- a/pugl/pugl/gl.h +++ b/pugl/pugl/gl.h @@ -1,5 +1,5 @@ /* - Copyright 2012-2014 David Robillard <http://drobilla.net> + Copyright 2012-2020 David Robillard <d@drobilla.net> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,8 @@ */ /** - @file gl.h Portable header wrapper for gl.h. + @file gl.h + @brief Portable header wrapper for gl.h. Unfortunately, GL includes vary across platforms so this header allows for pure portable programs. |