#include <internal.h>
Public Attributes | |
int | code |
char | description [_GLFW_MESSAGE_SIZE] |
_GLFWerror * | next |
Definition at line 228 of file internal.h.
int _GLFWerror::code |
Definition at line 231 of file internal.h.
char _GLFWerror::description[_GLFW_MESSAGE_SIZE] |
Definition at line 232 of file internal.h.
_GLFWerror* _GLFWerror::next |
Definition at line 230 of file internal.h.