ソースを参照
Add copyright notice to _cocoalayer.mm
Added copyright notice for raylib Objective-C++ layer.
pull/5425/head
annes
2ヶ月前
committed by
GitHub
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: B5690EEEBB952194
-
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> |
|
|
|
|