diff options
Diffstat (limited to 'pugl/pugl_osx.m')
-rw-r--r-- | pugl/pugl_osx.m | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pugl/pugl_osx.m b/pugl/pugl_osx.m index 2a534b3..3c5425e 100644 --- a/pugl/pugl_osx.m +++ b/pugl/pugl_osx.m @@ -14,6 +14,10 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +/** + @file pugl_osx.m OSX/Cocoa Pugl Implementation. +*/ + #include <stdlib.h> #import <Cocoa/Cocoa.h> |