#include #include "vkbool.h" #include "vkgen.h" @implementation Bool -(string) name { return "bool"; } -(string) cexprType { return "cexpr_bool"; } -(string) parseType { return "QFString"; } -(string) parseFunc { return "parse_enum"; } -(string) parseData { return "&cexpr_bool_enum"; } @end