Searched defs:M_Print (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dmenu.c117 void M_Print (int cx, int cy, char *str) function
491 M_Print (x, y, "on");
493 M_Print (x, y, "off");
505 M_Print (16, 32, " Customize controls");
506 M_Print (16, 40, " Go to console");
507 M_Print (16, 48, " Reset to defaults");
509 M_Print (16, 56, " Screen size");
513 M_Print (16, 64, " Brightness");
517 M_Print (16, 72, " Mouse Speed");
521 M_Print (1
[all...]
/external/quake/quake/src/WinQuake/
H A Dmenu.cpp117 void M_Print (int cx, int cy, const char *str) function
507 M_Print (16, 32 + 8*i, m_filenames[i]);
523 M_Print (16, 32 + 8*i, m_filenames[i]);
715 M_Print (64, 40, "Hostname");
717 M_Print (168, 40, setup_hostname);
719 M_Print (64, 56, "Your name");
721 M_Print (168, 56, setup_myname);
723 M_Print (64, 80, "Shirt color");
724 M_Print (64, 104, "Pants color");
727 M_Print (7
[all...]

Completed in 99 milliseconds