mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 17:01:51 +00:00
12 lines
345 B
Text
12 lines
345 B
Text
|
|
class LevelPostProcessor native play
|
|
{
|
|
protected void Apply(Name checksum, String mapname)
|
|
{
|
|
}
|
|
|
|
protected native void SetSpriteLotag(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);
|
|
}
|