Kiwi Script
KiwiScript Interpreter
 All Data Structures Files Functions Variables Typedefs Enumerations Macros
KSType.h
Go to the documentation of this file.
1 
8 #ifndef KSTYPE_H
9 #define KSTYPE_H
10 
11 #include <KiwiEngine/KiwiEngine.h>
12 
16 void
17 KSSetupTypes(struct CNResource * resource) ;
18 
25 struct KEFrame *
26 KSAllocateType(struct CNString * name, struct CNResource * resource) ;
27 
33 struct CNString *
34 KSTypeName(struct KEFrame * src) ;
35 
36 #endif /* KSTYPE_H */
37 
void KSSetupTypes(struct CNResource *resource)
Setup resources for type.
struct CNString * KSTypeName(struct KEFrame *src)
Get name of type.
struct KEFrame * KSAllocateType(struct CNString *name, struct CNResource *resource)
Allocate IR for type.