]> git.lizzy.rs Git - uwu-lang.git/blobdiff - src/collect.h
Allow passing arguments to program, refactor directory structure
[uwu-lang.git] / src / collect.h
diff --git a/src/collect.h b/src/collect.h
deleted file mode 100644 (file)
index da118a5..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef _COLLECT_H_
-#define _COLLECT_H_
-
-#include "../api/vm.h"
-
-UwUVMProgram create_program(const char *progname, const char *modname);
-
-#endif