rlutil icon indicating copy to clipboard operation
rlutil copied to clipboard

C and C++ utilities for cross-platform console roguelike game creation.

Results 13 rlutil issues
Sort by recently updated
recently updated
newest added

On line 577 change: `unsigned int len = str_.size();` to: `unsigned int len = static_cast(str_.size());` On line 580 change: `unsigned int len = strlen(str);` to: `unsigned int len = (unsigned...

This is just for fixing the broken png image "fork me on github" at the home page.