Revert "raymath.h: Use C99 inline semantics"

This reverts commit 6ffc8cb799.
and commit e4d7bbec1e.
which I pushed by mistake...
This commit is contained in:
Ahmad Fatoum 2018-02-24 15:38:54 +01:00
parent c9043b5a87
commit a5881fb9cc
No known key found for this signature in database
GPG key ID: C3EAC3DE9321D59B
4 changed files with 143 additions and 58 deletions

View file

@ -62,7 +62,7 @@ int main()
Begin3dMode(camera);
DrawModel(skybox, (Vector3){0, 0, 0}, 1.0f, WHITE);
DrawModel(skybox, Vector3Zero(), 1.0f, WHITE);
DrawGrid(10, 1.0f);