mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 00:30:38 +00:00
function header audit.
This commit is contained in:
parent
bb8f25bb64
commit
435c588e37
121 changed files with 1247 additions and 3078 deletions
|
@ -155,11 +155,9 @@ void M_ConfigureNetSubsystem (void);
|
|||
/* Support Routines */
|
||||
|
||||
/*
|
||||
================
|
||||
M_DrawCharacter
|
||||
M_DrawCharacter
|
||||
|
||||
Draws one solid graphics character
|
||||
================
|
||||
Draws one solid graphics character
|
||||
*/
|
||||
void
|
||||
M_DrawCharacter (int cx, int line, int num)
|
||||
|
@ -294,9 +292,7 @@ M_DrawTextBox (int x, int y, int width, int lines)
|
|||
int m_save_demonum;
|
||||
|
||||
/*
|
||||
================
|
||||
M_ToggleMenu_f
|
||||
================
|
||||
M_ToggleMenu_f
|
||||
*/
|
||||
void
|
||||
M_ToggleMenu_f (void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue