Kiwi Script
KiwiScript Interpreter
 All Data Structures Files Functions Variables Typedefs Enumerations Macros
KSParser.h
Go to the documentation of this file.
1 
8 #ifndef KSPARSER_H
9 #define KSPARSER_H
10 
11 #include <KiwiEngine/KiwiEngine.h>
12 #include "KSForwarders.h"
13 
22 CNBoolean
23 KSParseScript(struct KEFrame ** frameref, struct KEFile * infile, struct CNResource * resource) ;
24 
25 #endif /* KSPARSER_H */
26 
CNBoolean KSParseScript(struct KEFrame **frameref, struct KEFile *infile, struct CNResource *resource)
Parse KiwiAssembler file.
Forward declarations for the KiwiScript.