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
parent
commit
ca59f4b673
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      src/_cocoalayer.mm

+ 5
- 0
src/_cocoalayer.mm View File

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

Loading…
Cancel
Save