Colors in Raylib
Guillaume Piolat
first.last at gmail.com
Mon Feb 28 12:54:55 UTC 2022
On Monday, 28 February 2022 at 11:48:59 UTC, Salih Dincer wrote:
> Is there a namespace I should implement in Raylib? For example,
> I cannot compile without writing Colors at the beginning of the
> colors: ```Colors.GRAY```
When writing C bindings, you may refer to this:
https://p0nce.github.io/d-idioms/#Porting-from-C-gotchas
This keeps example code working.
More information about the Digitalmars-d-learn
mailing list