mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-13 07:57:58 +00:00
- explicitly declare the constructor and destructor methods of FCheckPosition so that they get a working prototype.
This commit is contained in:
parent
232c24e4de
commit
7ff0cd70ad
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@ struct FCheckPosition
|
||||||
|
|
||||||
native int PushTime;
|
native int PushTime;
|
||||||
|
|
||||||
|
// These are internal helpers to properly initialize an object of this type.
|
||||||
|
private native void _Constructor();
|
||||||
|
private native void _Destructor();
|
||||||
|
|
||||||
native void ClearLastRipped();
|
native void ClearLastRipped();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue