Kiwi Script
KiwiScript Interpreter
 All Data Structures Files Functions Variables Typedefs Enumerations Macros
KSReferenceType.h
Go to the documentation of this file.
1 
8 #ifndef KSREFERENCETYPE_H
9 #define KSREFERENCETYPE_H
10 
11 #include <KiwiEngine/KiwiEngine.h>
12 
16 struct KEFrame *
17 KSAllocateReferenceClass(struct KEPath * path, struct KELineInfo * linfo, struct CNResource * resource) ;
18 
19 #endif /* KSREFERENCETYPE_H */
20 
struct KEFrame * KSAllocateReferenceClass(struct KEPath *path, struct KELineInfo *linfo, struct CNResource *resource)
Allocate object to refer the other object.