mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 08:20:40 +00:00
Move and clean up clview.h
Redundant or dead prototypes deleted, and the client/view.h seems a good place for the file.
This commit is contained in:
parent
8466de2325
commit
2015474468
12 changed files with 23 additions and 23 deletions
|
@ -49,10 +49,10 @@
|
|||
#include "QF/plugin/vid_render.h"
|
||||
|
||||
#include "compat.h"
|
||||
#include "clview.h"
|
||||
#include "sbar.h"
|
||||
|
||||
#include "client/temp_entities.h"
|
||||
#include "client/view.h"
|
||||
|
||||
#include "nq/include/chase.h"
|
||||
#include "nq/include/cl_skin.h"
|
||||
|
|
|
@ -38,7 +38,8 @@
|
|||
#include "QF/plugin/vid_render.h"
|
||||
|
||||
#include "compat.h"
|
||||
#include "clview.h"
|
||||
|
||||
#include "client/view.h"
|
||||
|
||||
#include "nq/include/chase.h"
|
||||
#include "nq/include/client.h"
|
||||
|
@ -393,7 +394,7 @@ V_CalcPowerupCshift (void)
|
|||
LordHavoc made this a real, true alpha blend. Cleaned it up
|
||||
a bit, but otherwise this is his code. --KB
|
||||
*/
|
||||
void
|
||||
static void
|
||||
V_CalcBlend (void)
|
||||
{
|
||||
float a2, a3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue