Go to the source code of this file.
Functions | |
void | malloc_node (Node *node, int nodeType, FILE *file, Camera **c, Script *scripts, Node *editor) |
Allocates memory for a node and initializes it. | |
void | node_tree_to_file (FILE *file, Node *node, Node *editor) |
Writes the node tree to a file. | |