I stumbled across this library for a project I'm working on. It seems amazing for what I need (I'm trying to find an easy, simple graphics library for drawing lines and text). I didn't use plain raylib though because DrawTriangleStrip wasn't working, so I went ahead and set this up with the latest raylib.h.
The error:
......../raylibStuff/rturtle.c:2924:8: error: initializing 'Image' (aka 'struct Image') with an expression of incompatible type 'int'
Image image = LoadImage(filename);
^ ~~~~~~~~~~~~~~~~~~~
1 error generated
I stumbled across this library for a project I'm working on. It seems amazing for what I need (I'm trying to find an easy, simple graphics library for drawing lines and text). I didn't use plain raylib though because DrawTriangleStrip wasn't working, so I went ahead and set this up with the latest raylib.h.
The error:
......../raylibStuff/rturtle.c:2924:8: error: initializing 'Image' (aka 'struct Image') with an expression of incompatible type 'int'
Image image = LoadImage(filename);
^ ~~~~~~~~~~~~~~~~~~~
1 error generated