mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-05 20:41:06 +00:00
30f510d521
I hope I didn't bruise Lunatic too much. git-svn-id: https://svn.eduke32.com/eduke32@3610 1a8010ca-5511-0410-912e-c29ae57300e0
83 lines
811 B
Text
83 lines
811 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;
|
|
viewingrange;
|
|
|
|
yax_getbunch;
|
|
|
|
getceilzofslopeptr;
|
|
getflorzofslopeptr;
|
|
getzsofslopeptr;
|
|
|
|
changespritesect;
|
|
changespritestat;
|
|
|
|
headspritesect;
|
|
headspritestat;
|
|
prevspritesect;
|
|
prevspritestat;
|
|
nextspritesect;
|
|
nextspritestat;
|
|
tilesizx;
|
|
tilesizy;
|
|
|
|
headsectbunch;
|
|
nextsectbunch;
|
|
|
|
krand;
|
|
ksqrt;
|
|
inside;
|
|
getangle;
|
|
Mulscale;
|
|
cansee;
|
|
hitscan;
|
|
neartag;
|
|
getzrange;
|
|
rotatesprite_;
|
|
setaspect;
|
|
|
|
kopen4load;
|
|
kfilelength;
|
|
kclose;
|
|
kread;
|
|
klseek;
|
|
|
|
dist;
|
|
ldist;
|
|
|
|
updatesector;
|
|
updatesectorz;
|
|
updatesectorbreadth;
|
|
|
|
getticks;
|
|
gethitickms;
|
|
OSD_Printf;
|
|
|
|
luaJIT_BC_defs_common;
|
|
|
|
|
|
|
|
listsearchpath;
|
|
};
|