mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-16 01:11:28 +00:00
9 lines
275 B
C
9 lines
275 B
C
|
#pragma once
|
||
|
|
||
|
#include "gamecontrol.h"
|
||
|
#include "buildtypes.h"
|
||
|
#include "binaryangle.h"
|
||
|
|
||
|
extern int cameradist, cameraclock;
|
||
|
|
||
|
bool calcChaseCamPos(int* px, int* py, int* pz, spritetype* pspr, short *psectnum, binangle ang, fixedhoriz horiz, double const smoothratio);
|