Kiwi Engine
VM for interpreter
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
KELinker.h
Go to the documentation of this file.
1 
8 #ifndef KELINKER_H
9 #define KELINKER_H
10 
11 #include "KEForwarders.h"
12 #include <Coconut/Coconut.h>
13 
19 void
20 KELinkProgram(struct KEProgram * program, struct CNResource * resource) ;
21 
22 #endif /* KELINKER_H */
KEProgram class.
Definition: KEProgram.h:17
void KELinkProgram(struct KEProgram *program, struct CNResource *resource)
Link object in frame.
Forward declarations of the data type in KiwiEngine.