8 #ifndef KSPRIMITIVETYPE_H 
    9 #define KSPRIMITIVETYPE_H 
   11 #include <KiwiEngine/KiwiEngine.h> 
struct KEFrame * KSAllocateSignedIntegerClass(void)
Get signed integer type. 
struct KEFrame * KSAllocateFloatClass(void)
Get float type. 
void KSSetupPrimitiveTypes(struct CNResource *resource)
Setup primitive types. 
struct KEFrame * KSAllocateStringClass(void)
Get string type. 
struct KEFrame * KSAllocateBooleanClass(void)
Get boolean type. 
struct KEFrame * KSAllocateUnsignedIntegerClass(void)
Get unsigned integer type.