mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +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;
|
||||
|
||||
// These are internal helpers to properly initialize an object of this type.
|
||||
private native void _Constructor();
|
||||
private native void _Destructor();
|
||||
|
||||
native void ClearLastRipped();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue