forked from Mirror/wren
Combine io.c and vm.c.
(This is mainly to free up io.c as a built in module.)
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "io.h"
|
||||
#include "vm.h"
|
||||
#include "wren.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user