2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-04-05 11:19:39 -04:00

add color to code

This commit is contained in:
U-12 2018-08-20 12:53:10 -03:00 committed by GitHub
parent 5286546ad4
commit cdf9cb4f5b

View File

@ -8,7 +8,7 @@ Tested on windows 10 64 bit.
1. Download the repository
2. Run ExampleApplication.exe in ExampleApplication/bin/Debug/
```
```csharp
using Raylib;
using static Raylib.rl;
@ -45,4 +45,4 @@ If you'd like to contribute, please fork the repository and make changes as
you'd like. Pull requests are warmly welcome.
## Licensing
raylib-cs is licensed under an unmodified zlib/libpng license, which is an OSI-certified, BSD-like license that allows static linking with closed source software. Check [LICENSE](LICENSE) for further details.
raylib-cs is licensed under an unmodified zlib/libpng license, which is an OSI-certified, BSD-like license that allows static linking with closed source software. Check [LICENSE](LICENSE) for further details.