mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-21 11:31:41 +00:00
added missing VMFunction struct definition
This commit is contained in:
parent
79f2fc6553
commit
0044da1ca2
1 changed files with 5 additions and 0 deletions
|
@ -934,3 +934,8 @@ struct QuatStruct native
|
|||
// native double LengthSquared();
|
||||
// native Quat Unit();
|
||||
}
|
||||
|
||||
// this struct does not exist. It is just a type for being referenced by an opaque pointer.
|
||||
struct VMFunction native version("4.10")
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue