mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-05 20:41:06 +00:00
9431207c74
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
39 lines
359 B
Text
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;
|
|
};
|