raze-gles/polymer/eduke32/source/lunatic/dynsymlist
helixhorned 9431207c74 Lunatic: ksqrt, with timing and value test.
The latter shows that "int32_t ksqrt(int32_t)" also copes with values in the
range INT32_MIN..-1, effectively interpreting them as uint32_t (i.e. adding
2**32).  However, this should not be relied on from CON.

git-svn-id: https://svn.eduke32.com/eduke32@2790 1a8010ca-5511-0410-912e-c29ae57300e0
2012-07-01 22:11:07 +00:00

39 lines
359 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;
ksqrt;
hitscan;
actor;
ud;
g_player;
luaJIT_BC_*;
gethitickms;
};