master chld/cotton_haiku / src / interpreter.h
 1#ifndef INTERPRETER_H
 2#define INTERPRETER_H
 3
 4#include "cotton.h"
 5#include "cottonwindow.h"
 6#include <stdio.h>
 7
 8void cotton_interpret(Cotton *cotton, CottonWindow *cw, FILE *file);
 9
10#endif