Less compile errors please.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3560 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
b3543a3b19
commit
48457fdfec
3 changed files with 0 additions and 51 deletions
|
@ -122,15 +122,6 @@ void GL_DoSwap(void)
|
|||
{
|
||||
}
|
||||
|
||||
void GLVID_ForceLockState(int i)
|
||||
{
|
||||
}
|
||||
|
||||
int GLVID_ForceUnlockedAndReturnState(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
void GLVID_SetPalette (unsigned char *palette)
|
||||
{
|
||||
qbyte *pal;
|
||||
|
|
|
@ -638,31 +638,6 @@ void GLVID_ShiftPalette (unsigned char *palette)
|
|||
}
|
||||
}
|
||||
|
||||
void GLD_BeginDirectRect (int x, int y, qbyte *pbitmap, int width, int height)
|
||||
{
|
||||
}
|
||||
|
||||
void GLD_EndDirectRect (int x, int y, int width, int height)
|
||||
{
|
||||
}
|
||||
|
||||
void GLVID_UnlockBuffer(void)
|
||||
{
|
||||
}
|
||||
|
||||
void GLVID_LockBuffer(void)
|
||||
{
|
||||
}
|
||||
|
||||
int GLVID_ForceUnlockedAndReturnState (void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
void GLVID_ForceLockState (int lk)
|
||||
{
|
||||
}
|
||||
|
||||
void Sys_SendKeyEvents(void)
|
||||
{
|
||||
}
|
||||
|
|
|
@ -45,23 +45,6 @@ void GL_DoSwap(void)
|
|||
{
|
||||
}
|
||||
|
||||
void GLVID_LockBuffer (void)
|
||||
{
|
||||
}
|
||||
|
||||
void GLVID_UnlockBuffer (void)
|
||||
{
|
||||
}
|
||||
|
||||
int GLVID_ForceUnlockedAndReturnState (void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
void GLVID_ForceLockState (int lk)
|
||||
{
|
||||
}
|
||||
|
||||
void GLVID_SetCaption(char *text)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue