raze/polymer/eduke32/source/lunatic/dynsymlist_m32
helixhorned c397759217 Fix Lunatic build on Windows.
- Make _buildargv[_buildargc] NULL.
- With SDL layer, pass argv and argc directly and get rid of _build* ones.
- Add tilesiz* to dynsymlists.

git-svn-id: https://svn.eduke32.com/eduke32@3573 1a8010ca-5511-0410-912e-c29ae57300e0
2013-03-18 22:05:21 +00:00

75 lines
740 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;
cansee;
hitscan;
neartag;
getzrange;
rotatesprite;
dist;
ldist;
updatesector;
updatesectorz;
updatesectorbreadth;
getticks;
gethitickms;
OSD_Printf;
luaJIT_BC_defs_common;
listsearchpath;
};