mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
ba57429ac6
* Based off SW's implementation.
9 lines
No EOL
275 B
C
9 lines
No EOL
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); |