You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot include the header files of cef and reylib in a cpp file because the header file of cef depends on the definition in winuser but Raylib must define NOUSER to remove him.
I don't understand why structures and functions are not add prefixed with something like RL.
Macros can be used to enable/disable prefixed versions to maintain compatibility.