RayquazaGX / swigraylib

SWIG bindings for raylib (to Lua, and hopefully to other languages)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some symbols (mainly macro functions and literals) are missing

Rinkaa opened this issue · comments

  • RL_MALLOC, RL_CALLOC, RL_REALLOC, RL_FREE
  • Color literals
  • Macro aliases (ie. #define FormatText TextFormat)
  • Typedef aliases (ie. typedef Vector4 Quaternion)