Add copyright notice to _cocoalayer.mm

Added copyright notice for raylib Objective-C++ layer.
This commit is contained in:
annes 2025-12-23 16:17:32 +03:00 committed by GitHub
parent 3f050dc9da
commit ca59f4b673
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,8 @@
/*
raylib Objective-C++ Layer.
Copyright Annes Widow (annes12345678910) - zlib like license.
*/
#if defined(__APPLE__) #if defined(__APPLE__)
#import <Cocoa/Cocoa.h> #import <Cocoa/Cocoa.h>