mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-07-08 19:40:28 -04:00
Changed easings to a direct port
- Trying direct ports of modules starting with easings. - Readme fix and removed old rlgl. - Improving documentation.
This commit is contained in:
@ -1,3 +1,11 @@
|
||||
/* Raylib-cs
|
||||
* Raylib.cs - Core bindings to raylib
|
||||
* Copyright 2019 Chris Dill
|
||||
*
|
||||
* Release under zLib License.
|
||||
* See LICENSE for details.
|
||||
*/
|
||||
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Security;
|
||||
|
Reference in New Issue
Block a user