36 unsigned char min = 0;
40 const int mid = (min + max) >> 1;
70 if (strcmp(component->
name, node->
name) < 0)
#define UI_MAX_COMPONENTS
uiNode_t * components[UI_MAX_COMPONENTS]
uiNode_t * UI_GetComponent(const char *name)
Searches all components for the specified one.
Internal data use by the UI package.
void Com_Error(int code, const char *fmt,...)
Atomic structure used to define most of the UI.
QGL_EXTERN GLuint GLsizei GLsizei GLint GLenum GLchar * name
void UI_InsertComponent(uiNode_t *component)
Add a new component to the list of all components.