mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +00:00
13 lines
406 B
Text
13 lines
406 B
Text
|
|
class LevelPostProcessor native play
|
|
{
|
|
protected void Apply(Name checksum, String mapname)
|
|
{
|
|
}
|
|
|
|
protected native void SetSpriteLotag(int sprite, int tag);
|
|
protected native void SetSpriteSector(int sprite, int tag);
|
|
protected native void ChangeSpriteFlags(int sprite, int set, int clear);
|
|
protected native void sw_serp_continue();
|
|
protected native void SplitSector(int sect, int wal1, int wal2);
|
|
}
|