First error is in: {.pragma: RLAPI, cdecl, discardable, dynlib: "libraylib" & LEXT.}
Because LEXT is not defined in rlgl.nim
The second one is the unsigned long long type is not converted to its nim counterpart culonglong causing a compile time error
First error is in:
{.pragma: RLAPI, cdecl, discardable, dynlib: "libraylib" & LEXT.}Because LEXT is not defined in rlgl.nim
The second one is the
unsigned long longtype is not converted to its nim counterpartculonglongcausing a compile time error