Home
last modified time | relevance | path

Searched refs:MenuAddTag (Results 1 – 3 of 3) sorted by relevance

/dports/games/xblast/xblast-2.10.4/
H A Dmi_tool.h110 extern MENU_ID MenuAddTag (int x, int y, int w, const char **pText);
H A Dmenu_network.c662 MenuAddTag (c - 2 * CELL_W / 2, r + 2 * CELL_H / 2, 2 * CELL_W, &playerName[client][0]); in CreateHostItems()
663 MenuAddTag (c - 2 * CELL_W / 2, r + 3 * CELL_H / 2, 2 * CELL_W, &playerName[client][1]); in CreateHostItems()
731 MenuAddTag (c, r + 2 * CELL_H / 2, 2 * CELL_W, &playerName[client][0]); in CreateHostItems()
732 MenuAddTag (c, r + 3 * CELL_H / 2, 2 * CELL_W, &playerName[client][1]); in CreateHostItems()
H A Dmi_tool.c498 MenuAddTag (int x, int y, int w, const char **pText) in MenuAddTag() function