mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-05 20:41:06 +00:00
fab00b4750
git-svn-id: https://svn.eduke32.com/eduke32@3475 1a8010ca-5511-0410-912e-c29ae57300e0
70 lines
685 B
Text
70 lines
685 B
Text
{
|
|
engine_main_arrays_are_static;
|
|
engine_v8;
|
|
|
|
sector;
|
|
wall;
|
|
sprite;
|
|
tsprite;
|
|
spriteext;
|
|
|
|
numsectors;
|
|
numwalls;
|
|
numyaxbunches;
|
|
spritesortcnt;
|
|
|
|
rendmode;
|
|
totalclock;
|
|
randomseed;
|
|
xdim;
|
|
ydim;
|
|
windowx1;
|
|
windowy1;
|
|
windowx2;
|
|
windowy2;
|
|
yxaspect;
|
|
|
|
yax_getbunch;
|
|
|
|
getceilzofslopeptr;
|
|
getflorzofslopeptr;
|
|
getzsofslopeptr;
|
|
|
|
changespritesect;
|
|
changespritestat;
|
|
|
|
headspritesect;
|
|
headspritestat;
|
|
prevspritesect;
|
|
prevspritestat;
|
|
nextspritesect;
|
|
nextspritestat;
|
|
|
|
headsectbunch;
|
|
nextsectbunch;
|
|
|
|
krand;
|
|
ksqrt;
|
|
inside;
|
|
getangle;
|
|
cansee;
|
|
hitscan;
|
|
neartag;
|
|
rotatesprite;
|
|
|
|
dist;
|
|
ldist;
|
|
|
|
updatesector;
|
|
updatesectorz;
|
|
updatesectorbreadth;
|
|
|
|
gethitickms;
|
|
OSD_Printf;
|
|
|
|
luaJIT_BC_defs_common;
|
|
|
|
|
|
|
|
listsearchpath;
|
|
};
|