2011-09-20 19:12:24 +00:00
|
|
|
{
|
2012-01-28 14:36:34 +00:00
|
|
|
engine_main_arrays_are_static;
|
2012-05-18 12:45:52 +00:00
|
|
|
engine_v8;
|
2012-01-28 14:36:34 +00:00
|
|
|
|
2011-09-20 19:12:24 +00:00
|
|
|
sector;
|
|
|
|
wall;
|
|
|
|
sprite;
|
2011-12-04 18:09:50 +00:00
|
|
|
spriteext;
|
2011-09-20 19:12:24 +00:00
|
|
|
|
|
|
|
numsectors;
|
|
|
|
numwalls;
|
2012-01-28 14:38:41 +00:00
|
|
|
numyaxbunches;
|
2011-09-25 15:11:47 +00:00
|
|
|
|
2012-08-19 12:52:18 +00:00
|
|
|
totalclock;
|
|
|
|
xdim;
|
|
|
|
ydim;
|
|
|
|
|
2012-02-04 21:34:39 +00:00
|
|
|
yax_getbunch;
|
|
|
|
|
2011-10-11 16:53:15 +00:00
|
|
|
headspritesect;
|
|
|
|
headspritestat;
|
|
|
|
prevspritesect;
|
|
|
|
prevspritestat;
|
|
|
|
nextspritesect;
|
|
|
|
nextspritestat;
|
2011-12-21 18:43:08 +00:00
|
|
|
|
2012-01-28 14:38:41 +00:00
|
|
|
headsectbunch;
|
|
|
|
nextsectbunch;
|
|
|
|
|
2012-11-30 18:57:46 +00:00
|
|
|
krand;
|
2012-10-07 15:25:58 +00:00
|
|
|
ksqrt;
|
2012-11-30 18:57:46 +00:00
|
|
|
cansee;
|
2012-10-07 15:25:58 +00:00
|
|
|
hitscan;
|
|
|
|
rotatesprite;
|
|
|
|
|
2012-11-30 18:57:46 +00:00
|
|
|
dist;
|
|
|
|
ldist;
|
|
|
|
|
2012-10-07 15:26:29 +00:00
|
|
|
updatesector;
|
|
|
|
updatesectorz;
|
|
|
|
updatesectorbreadth;
|
|
|
|
|
2012-10-07 15:25:58 +00:00
|
|
|
gethitickms;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
g_sizes_of_what;
|
|
|
|
g_sizes_of;
|
|
|
|
|
2012-07-20 21:57:28 +00:00
|
|
|
kopen4loadfrommod;
|
|
|
|
kfilelength;
|
|
|
|
kclose;
|
|
|
|
kread;
|
|
|
|
|
2011-12-21 18:43:08 +00:00
|
|
|
actor;
|
2012-01-28 14:38:41 +00:00
|
|
|
ud;
|
2012-06-26 19:49:59 +00:00
|
|
|
g_player;
|
2012-05-13 16:05:16 +00:00
|
|
|
|
2012-08-19 12:52:18 +00:00
|
|
|
playerswhenstarted;
|
|
|
|
|
2012-11-30 18:57:46 +00:00
|
|
|
A_IncurDamage;
|
|
|
|
|
2012-07-25 18:56:18 +00:00
|
|
|
luaJIT_BC_lunacon;
|
|
|
|
luaJIT_BC_con_lang;
|
2012-08-02 10:52:21 +00:00
|
|
|
luaJIT_BC_geom;
|
2012-08-02 10:52:28 +00:00
|
|
|
luaJIT_BC_randgen;
|
2012-08-02 10:52:32 +00:00
|
|
|
luaJIT_BC_stat;
|
2012-08-02 10:52:44 +00:00
|
|
|
luaJIT_BC_bitar;
|
2012-08-08 19:32:45 +00:00
|
|
|
luaJIT_BC_control;
|
2012-08-02 10:52:28 +00:00
|
|
|
|
|
|
|
rand_jkiss_u32;
|
|
|
|
rand_jkiss_dbl;
|
|
|
|
md4once;
|
2011-09-20 19:12:24 +00:00
|
|
|
};
|