Take the first step towards render plugins.

No clients link. Even if they did, nothing would work.
This commit is contained in:
Bill Currie 2012-02-14 17:28:09 +09:00
parent 1cbabf72c9
commit a4c280f2b2
143 changed files with 1475 additions and 1304 deletions

View file

@ -32,8 +32,19 @@
#ifndef __r_screen_h
#define __r_screen_h
#include "QF/screen.h"
#include "QF/vid.h"
void SCR_UpdateScreen (double realtime, SCR_Func scr_3dfunc,
SCR_Func *scr_funcs);
void SCR_DrawRam (void);
void SCR_DrawFPS (void);
void SCR_DrawTime (void);
void SCR_DrawTurtle (void);
void SCR_DrawPause (void);
struct tex_s *SCR_CaptureBGR (void);
extern int scr_copytop;
extern int scr_copyeverything;