Skip to content

Commit

Permalink
added missing VMFunction struct definition
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Oct 9, 2023
1 parent 79f2fc6 commit 0044da1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions wadsrc/static/zscript/engine/base.zs
Expand Up @@ -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")
{
}

0 comments on commit 0044da1

Please sign in to comment.