Browse Source
Add copyright notice to _cocoalayer.mm
Added copyright notice for raylib Objective-C++ layer.
pull/5425/head
annes
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
5 additions and
0 deletions
-
src/_cocoalayer.mm
|
|
|
@ -1,3 +1,8 @@ |
|
|
|
/* |
|
|
|
raylib Objective-C++ Layer. |
|
|
|
Copyright Annes Widow (annes12345678910) - zlib like license. |
|
|
|
*/ |
|
|
|
|
|
|
|
#if defined(__APPLE__) |
|
|
|
|
|
|
|
#import <Cocoa/Cocoa.h> |
|
|
|
|