mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-11-15 08:41:59 +00:00
- copied some declarations that are needed by GZDoom's GL renderer from r_main.h to r_utility.h.
SVN r3262 (trunk)
This commit is contained in:
parent
f08188b0e5
commit
3e9ffc9ac9
4 changed files with 6 additions and 7 deletions
|
@ -49,6 +49,8 @@
|
|||
#define FX_BLACKFOUNTAIN 0x00060000
|
||||
#define FX_WHITEFOUNTAIN 0x00070000
|
||||
|
||||
struct subsector_t;
|
||||
|
||||
// [RH] Particle details
|
||||
struct particle_t
|
||||
{
|
||||
|
|
|
@ -38,9 +38,6 @@ extern DCanvas *RenderTarget;
|
|||
extern bool bRenderingToCanvas;
|
||||
extern fixed_t viewcos;
|
||||
extern fixed_t viewsin;
|
||||
extern fixed_t viewtancos;
|
||||
extern fixed_t viewtansin;
|
||||
extern fixed_t FocalTangent;
|
||||
extern fixed_t viewingrangerecip;
|
||||
extern fixed_t FocalLengthX, FocalLengthY;
|
||||
extern float FocalLengthXfloat;
|
||||
|
|
|
@ -12,6 +12,10 @@
|
|||
extern fixed_t viewx;
|
||||
extern fixed_t viewy;
|
||||
|
||||
extern fixed_t viewtancos;
|
||||
extern fixed_t viewtansin;
|
||||
extern fixed_t FocalTangent;
|
||||
|
||||
extern bool r_NoInterpolate;
|
||||
extern int validcount;
|
||||
|
||||
|
|
|
@ -1341,10 +1341,6 @@
|
|||
RelativePath=".\src\m_joy.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\m_menu.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\m_misc.h"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue