Arduboy2/extras
Pharap 7f456cff69
Make cabi C++ compatible
Casting the result of these calls to malloc should be all that is required to make cabi compilable as C++.
Without these casts cabi won't compile as C++ because in C++ `void *` is not implicitly convertible to other data types.
LodePNG already has C++ compatibility.
2022-05-01 08:41:41 +01:00
..
assets Optimize png images 2020-09-30 11:41:46 +01:00
cabi Make cabi C++ compatible 2022-05-01 08:41:41 +01:00
docs Fix typos in a few places 2021-06-26 00:13:05 +01:00
Doxyfile Change version to 6.0.0 2020-09-29 09:44:41 -04:00