##- # Author: Brian Tiffin # Dedicated to the public domain # # Date: December 2016 # Modified: 2016-12-31/05:40-0500 ##+ # # native.inc, Native type constants # $define TYPEVOID 0 $define TYPESTAR 1 $define TYPECHAR 2 $define TYPESHORT 3 $define TYPEINT 4 $define TYPEFLOAT 5 $define TYPEDOUBLE 6 $define TYPESTRING 7