Skip to content

Commit

Permalink
UPD: description
Browse files Browse the repository at this point in the history
  • Loading branch information
turborium committed Dec 23, 2022
1 parent 0a166fe commit d56eb8b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions raylib/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@
Headers licensed under an unmodified MIT license, that allows static linking with closed source software
Copyright (c) 2022-2022 Turborium (https://github.com/turborium/)
Copyright (c) 2022-2022 Turborium (https://github.com/turborium/TurboRaylib)
-------------------------------------------------------------------------------------------------------------------
```


TurboRaylib - https://github.com/turborium/TurboRaylib

This folder contains the Raylib header files for the Object Pascal language.
The core files are supplied under the MIT license.

Expand Down
2 changes: 1 addition & 1 deletion raylib/raylib.inc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
//
// Headers licensed under an unmodified MIT license, that allows static linking with closed source software
//
// Copyright (c) 2022-2022 Turborium (https://github.com/turborium/)
// Copyright (c) 2022-2022 Turborium (https://github.com/turborium/TurboRaylib)
// -------------------------------------------------------------------------------------------------------------------

// Declare RAY_STATIC for static linking. You will have to deal with adding lib's.
Expand Down
2 changes: 1 addition & 1 deletion raylib/raylib.pas
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
//
// Headers licensed under an unmodified MIT license, that allows static linking with closed source software
//
// Copyright (c) 2022-2022 Turborium (https://github.com/turborium/)
// Copyright (c) 2022-2022 Turborium (https://github.com/turborium/TurboRaylib)
// -------------------------------------------------------------------------------------------------------------------

unit raylib;
Expand Down
2 changes: 1 addition & 1 deletion raylib/raymath.pas
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
//
// Headers licensed under an unmodified MIT license, that allows static linking with closed source software
//
// Copyright (c) 2022-2022 Turborium (https://github.com/turborium/)
// Copyright (c) 2022-2022 Turborium (https://github.com/turborium/TurboRaylib)
// -------------------------------------------------------------------------------------------------------------------

unit raymath;
Expand Down
2 changes: 1 addition & 1 deletion raylib/rlgl.pas
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
//
// Headers licensed under an unmodified MIT license, that allows static linking with closed source software
//
// Copyright (c) 2022-2022 Turborium (https://github.com/turborium/)
// Copyright (c) 2022-2022 Turborium (https://github.com/turborium/TurboRaylib)
// -------------------------------------------------------------------------------------------------------------------

unit rlgl;
Expand Down

0 comments on commit d56eb8b

Please sign in to comment.