2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-09-09 03:01:41 -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:
2019-03-17 11:05:24 +00:00
parent 7fc60c9fb5
commit 177f7bb91e
6 changed files with 255 additions and 86 deletions

View File

@@ -1,3 +1,11 @@
/* Raylib-cs
* Raymath.cs - Core bindings to raymth
* Copyright 2019 Chris Dill
*
* Release under zLib License.
* See LICENSE for details.
*/
using System;
using System.Runtime.InteropServices;