mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-05 20:41:06 +00:00
88ca3a913a
git-svn-id: https://svn.eduke32.com/eduke32@2650 1a8010ca-5511-0410-912e-c29ae57300e0
30 lines
303 B
Text
30 lines
303 B
Text
{
|
|
engine_main_arrays_are_static;
|
|
|
|
sector;
|
|
wall;
|
|
sprite;
|
|
spriteext;
|
|
|
|
numsectors;
|
|
numwalls;
|
|
numyaxbunches;
|
|
|
|
yax_getbunch;
|
|
|
|
headspritesect;
|
|
headspritestat;
|
|
prevspritesect;
|
|
prevspritestat;
|
|
nextspritesect;
|
|
nextspritestat;
|
|
|
|
headsectbunch;
|
|
nextsectbunch;
|
|
|
|
actor;
|
|
ud;
|
|
|
|
luaJIT_BC_con_lang;
|
|
luaJIT_BC_lunacon;
|
|
};
|