VID_SetCaption (title) support.

This commit is contained in:
Dabb 2000-07-14 16:10:26 +00:00
parent b183d0dcaf
commit c29a59f262
3 changed files with 9 additions and 9 deletions

View file

@ -98,4 +98,7 @@ void VID_UnlockBuffer (void);
qboolean VID_Is8bit(void);
void VID_SetCaption(char *text);
// used to set window caption
#endif // _VID_H