mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-04-04 22:10:47 +00:00
VID_SetCaption (title) stubs - code added later.
This commit is contained in:
parent
0e2bc6adb3
commit
b183d0dcaf
6 changed files with 20 additions and 1 deletions
|
@ -646,3 +646,6 @@ VID_UnlockBuffer ( void )
|
|||
{
|
||||
}
|
||||
|
||||
void VID_SetCaption (char *text)
|
||||
{
|
||||
}
|
||||
|
|
|
@ -991,3 +991,8 @@ IN_Move(usercmd_t *cmd)
|
|||
void VID_InitCvars(void) {}
|
||||
void VID_LockBuffer(void) {}
|
||||
void VID_UnlockBuffer(void) {}
|
||||
|
||||
void VID_SetCaption (char *text)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
@ -689,3 +689,6 @@ VID_UnlockBuffer ( void )
|
|||
{
|
||||
}
|
||||
|
||||
void VID_SetCaption (char *text)
|
||||
{
|
||||
}
|
||||
|
|
|
@ -94,4 +94,6 @@ void D_EndDirectRect (int x, int y, int width, int height)
|
|||
{
|
||||
}
|
||||
|
||||
|
||||
void VID_SetCaption (char *text)
|
||||
{
|
||||
}
|
||||
|
|
|
@ -711,3 +711,6 @@ VID_UnlockBuffer ( void )
|
|||
{
|
||||
}
|
||||
|
||||
void VID_SetCaption (char *text)
|
||||
{
|
||||
}
|
||||
|
|
|
@ -895,3 +895,6 @@ VID_UnlockBuffer ( void )
|
|||
{
|
||||
}
|
||||
|
||||
void VID_SetCaption (char *text)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue