mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 00:41:24 +00:00
- reworked the def parser's main loop.
This commit is contained in:
parent
8c854441bc
commit
1ea25e5d0e
6 changed files with 213 additions and 566 deletions
|
@ -6,6 +6,8 @@
|
|||
|
||||
extern int cameradist, cameraclock;
|
||||
|
||||
void loaddefinitionsfile(const char* fn, bool loadadds = false, bool cumulative = false);
|
||||
|
||||
bool calcChaseCamPos(int* px, int* py, int* pz, spritetype* pspr, short *psectnum, binangle ang, fixedhoriz horiz, double const smoothratio);
|
||||
void PlanesAtPoint(const sectortype* sec, float dax, float day, float* ceilz, float* florz);
|
||||
void setWallSectors();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue