mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-05 20:41:06 +00:00
ff9cae033a
- hitscan & related types and constants - profiling with gethitickms - translator: eval the opening parts of block commands early - fix getbunch git-svn-id: https://svn.eduke32.com/eduke32@2779 1a8010ca-5511-0410-912e-c29ae57300e0
34 lines
312 B
Text
34 lines
312 B
Text
{
|
|
engine_main_arrays_are_static;
|
|
engine_v8;
|
|
|
|
sector;
|
|
wall;
|
|
sprite;
|
|
spriteext;
|
|
|
|
numsectors;
|
|
numwalls;
|
|
numyaxbunches;
|
|
|
|
yax_getbunch;
|
|
|
|
headspritesect;
|
|
headspritestat;
|
|
prevspritesect;
|
|
prevspritestat;
|
|
nextspritesect;
|
|
nextspritestat;
|
|
|
|
headsectbunch;
|
|
nextsectbunch;
|
|
|
|
hitscan;
|
|
|
|
actor;
|
|
ud;
|
|
|
|
luaJIT_BC_*;
|
|
|
|
gethitickms;
|
|
};
|