mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- there was something missing...
This commit is contained in:
parent
3113faedcf
commit
f8391ce97e
1 changed files with 2 additions and 2 deletions
|
@ -443,13 +443,13 @@ struct Sector native play
|
|||
|
||||
class SectorTagIterator : Object native
|
||||
{
|
||||
native static SectorTagIterator(int tag, line defline = null);
|
||||
native static SectorTagIterator Create(int tag, line defline = null);
|
||||
native int Next();
|
||||
native int NextCompat(bool compat, int secnum);
|
||||
}
|
||||
|
||||
class LineIdIterator : Object native
|
||||
{
|
||||
native static LineIdIterator(int tag);
|
||||
native static LineIdIterator Create(int tag);
|
||||
native int Next();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue