main soggy/cotton / 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
 9(Cotton *cotton, CottonWindow *cw, FILE *file);
10
11#endif