Commit Graph

9 Commits

Author SHA1 Message Date
Ray
80c8599e81 Avoid warnings pre-evaluating values
Variable operations inside the functions should be evaluated before the function operations.
2019-05-06 10:07:06 +02:00
a54af067c2 Added guards to PI define
Added guards to not redefine it if the user is using it with raylib.h
also added an 'f' at the end of the define to keep compliant with raylib's PI define
2019-05-01 22:03:32 +02:00
59c436c922 Defined PI (#822)
PI is not always defined in math.h, thus it must be defined in this header
2019-05-01 21:41:51 +02:00
8f5ff64420 Working on file header comments... 2017-03-19 12:52:58 +01:00
80b3c4cd2b Review comments to be value-generic 2016-06-02 18:49:40 +02:00
83dbc07650 buffering of music now uses update audio context 2016-05-12 16:02:23 -07:00
d6feeb14ff pause on no data 2016-05-03 02:52:45 -07:00
634f8f0d0f Adapted easings as single header and inline functions 2016-01-20 18:20:36 +01:00
9f5c5dfff4 Added module: easings (header only) 2016-01-02 10:43:17 +01:00