Searched refs:MenuAddTag (Results 1 – 3 of 3) sorted by relevance
/dports/games/xblast/xblast-2.10.4/ |
H A D | mi_tool.h | 110 extern MENU_ID MenuAddTag (int x, int y, int w, const char **pText);
|
H A D | menu_network.c | 662 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 D | mi_tool.c | 498 MenuAddTag (int x, int y, int w, const char **pText) in MenuAddTag() function
|