mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-05 20:41:06 +00:00
a2ed3682ee
git-svn-id: https://svn.eduke32.com/eduke32@3064 1a8010ca-5511-0410-912e-c29ae57300e0
43 lines
402 B
Text
43 lines
402 B
Text
{
|
|
engine_main_arrays_are_static;
|
|
engine_v8;
|
|
|
|
sector;
|
|
wall;
|
|
sprite;
|
|
spriteext;
|
|
|
|
numsectors;
|
|
numwalls;
|
|
numyaxbunches;
|
|
|
|
totalclock;
|
|
xdim;
|
|
ydim;
|
|
|
|
yax_getbunch;
|
|
|
|
headspritesect;
|
|
headspritestat;
|
|
prevspritesect;
|
|
prevspritestat;
|
|
nextspritesect;
|
|
nextspritestat;
|
|
|
|
headsectbunch;
|
|
nextsectbunch;
|
|
|
|
ksqrt;
|
|
hitscan;
|
|
rotatesprite;
|
|
|
|
updatesector;
|
|
updatesectorz;
|
|
updatesectorbreadth;
|
|
|
|
gethitickms;
|
|
|
|
|
|
|
|
listsearchpath;
|
|
};
|