raze-gles/polymer/eduke32/source/lunatic/dynsymlist
helixhorned 2d324c97be Lunatic: safety tweaks, expose more stuff
Arrays inside structs must not be accessible, since they're not bound-checked
by the FFI. Therefore, we flatten them into repeated scalar fields and need
to write accessor functions later.

git-svn-id: https://svn.eduke32.com/eduke32@2786 1a8010ca-5511-0410-912e-c29ae57300e0
2012-06-26 19:49:59 +00:00

38 lines
352 B
Text

{
engine_main_arrays_are_static;
engine_v8;
g_sizes_of_what;
g_sizes_of;
sector;
wall;
sprite;
spriteext;
numsectors;
numwalls;
numyaxbunches;
yax_getbunch;
headspritesect;
headspritestat;
prevspritesect;
prevspritestat;
nextspritesect;
nextspritestat;
headsectbunch;
nextsectbunch;
hitscan;
actor;
ud;
g_player;
luaJIT_BC_*;
gethitickms;
};