v0.4.0 - Add raylib extension configuration
What's Changed
- Add
S4C_RAYLIB_EXTENSION
preproc macro toconfigure.ac
andMakefile.am
- Use by
./configure --enable-raylib=yes
- Use by
- Add
S4C_EXPERIMENTAL
preproc macro- Use by
./configure --enable-exp=yes
- Use by
- Move
S4C_Animation
underS4C_EXPERIMENTAL
- Add
s4rl_
functions - Add
color_from_s4c_color()
- Add
S4C_Sprite
- Add
DrawSprite
macros - Add
int_s4c_version()
- Add
S4C_{MAJOR,MINOR,PATCH}
macros - Add
s4c-cli
script - Minor improvements to error reporting for python scripts
PR - feat: 0.4.0 add raylib extension configure option by @jgabaut
Full Changelog: v0.3.6...v0.4.0