Kiwi Script
KiwiScript Interpreter
 All Data Structures Files Functions Variables Typedefs Enumerations Macros
KSPrimitiveType.h
Go to the documentation of this file.
1 
8 #ifndef KSPRIMITIVETYPE_H
9 #define KSPRIMITIVETYPE_H
10 
11 #include <KiwiEngine/KiwiEngine.h>
12 
16 void
17 KSSetupPrimitiveTypes(struct CNResource * resource) ;
18 
23 struct KEFrame *
25 
30 struct KEFrame *
32 
37 struct KEFrame *
39 
44 struct KEFrame *
46 
51 struct KEFrame *
53 
54 #endif /* KSPRIMITIVETYPE_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.