mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 11:10:39 +00:00
36 lines
332 B
Text
36 lines
332 B
Text
|
{
|
||
|
engine_main_arrays_are_static;
|
||
|
engine_v8;
|
||
|
|
||
|
sector;
|
||
|
wall;
|
||
|
sprite;
|
||
|
spriteext;
|
||
|
|
||
|
numsectors;
|
||
|
numwalls;
|
||
|
numyaxbunches;
|
||
|
|
||
|
totalclock;
|
||
|
xdim;
|
||
|
ydim;
|
||
|
|
||
|
yax_getbunch;
|
||
|
|
||
|
headspritesect;
|
||
|
headspritestat;
|
||
|
prevspritesect;
|
||
|
prevspritestat;
|
||
|
nextspritesect;
|
||
|
nextspritestat;
|
||
|
|
||
|
headsectbunch;
|
||
|
nextsectbunch;
|
||
|
|
||
|
ksqrt;
|
||
|
hitscan;
|
||
|
rotatesprite;
|
||
|
|
||
|
gethitickms;
|
||
|
};
|