Closed espero-dev closed 1 year ago
raylib/src/rcore.c:4955:22: error: ‘eglGetProcAddress’ undeclared (first use in this function) 4955 | rlLoadExtensions(eglGetProcAddress); | ^~~~~
i fixed it i needed to add
to rcore.c
just put that line of code under
i am now closing this issue
raylib/src/rcore.c:4955:22: error: ‘eglGetProcAddress’ undeclared (first use in this function) 4955 | rlLoadExtensions(eglGetProcAddress); | ^
~~~~