#include <libuau.h>
Data Fields | |
int | major |
int | minor |
Definition at line 90 of file libuau.h.
|
Specifies the major interface revision - will only work with other versions of the same major revision. Definition at line 91 of file libuau.h. Referenced by luau_copyInterface(), luau_interfaceString(), luau_parseInterface(), luau_parseUpdateFileXML(), and luau_satisfiesInterface(). |
|
Specifies a "patch" version - is compatible with all packages with lower minor number Definition at line 92 of file libuau.h. Referenced by luau_copyInterface(), luau_interfaceString(), luau_parseInterface(), luau_parseUpdateFileXML(), and luau_satisfiesInterface(). |