Added mising SWVID_SetCaption() prototype.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2484 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Mark Olsen 2007-03-28 12:32:15 +00:00
parent 5845dc7e35
commit 802821be99
1 changed files with 1 additions and 0 deletions

View File

@ -143,4 +143,5 @@ int SWVID_ForceUnlockedAndReturnState (void);
void SWVID_ForceLockState (int lk);
char *SWVID_GetRGBInfo(int prepadbytes, int *truewidth, int *trueheight);
void SWVID_SetCaption(char *caption);
#endif