mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-14 08:30:50 +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
|
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 Next();
|
||||||
native int NextCompat(bool compat, int secnum);
|
native int NextCompat(bool compat, int secnum);
|
||||||
}
|
}
|
||||||
|
|
||||||
class LineIdIterator : Object native
|
class LineIdIterator : Object native
|
||||||
{
|
{
|
||||||
native static LineIdIterator(int tag);
|
native static LineIdIterator Create(int tag);
|
||||||
native int Next();
|
native int Next();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue