Add support for C++ 0x hexs
Closed this issue · 0 comments
fran6co commented
In C++ it's very common to write stuff like this:
drawCircle({10, 10}, 5, 1, 0xFF0000);
It would be nice if 0x hexes to be parsed and show the color
Closed this issue · 0 comments
In C++ it's very common to write stuff like this:
drawCircle({10, 10}, 5, 1, 0xFF0000);
It would be nice if 0x hexes to be parsed and show the color