raze-gles/polymer/eduke32/source/lunatic/dynsymlist_m32
helixhorned d63ddb6e39 Lunatic translator: more of the same.
- more predefined vars
- fix recursive states and ones with a stray "else" before the end

git-svn-id: https://svn.eduke32.com/eduke32@3409 1a8010ca-5511-0410-912e-c29ae57300e0
2013-01-19 18:28:55 +00:00

64 lines
614 B
Text

{
engine_main_arrays_are_static;
engine_v8;
sector;
wall;
sprite;
spriteext;
numsectors;
numwalls;
numyaxbunches;
rendmode;
totalclock;
randomseed;
xdim;
ydim;
windowx1;
windowy1;
windowx2;
windowy2;
yax_getbunch;
getceilzofslopeptr;
getflorzofslopeptr;
getzsofslopeptr;
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;
};