added missing VMFunction struct definition

This commit is contained in:
Christoph Oelckers 2023-10-09 19:20:44 +02:00
parent 79f2fc6553
commit 0044da1ca2

View file

@ -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")
{
}