11 #include <KiwiEngine/KiwiEngine.h>
29 static inline CNBoolean
30 KSIsExpressionValue(
const struct KEValue * src)
Definition: KSExpression.h:15
void KSUpdateExpressionValue(struct KEValue *dst, struct KSExpression *src)
Set the value to expression object.
struct KSExpression * KSExpressionInValue(const struct KEValue *src)
Get expression in value.
Forward declarations for the KiwiScript.
struct KEValue KSMakeExpressionValue(struct KSExpression *src)
Make the value which has the expression.