factor/native/unix/run.c

14 lines
151 B
C
Raw Normal View History

#include "../factor.h"
2006-03-19 02:42:40 -05:00
void platform_run(void)
{
run_toplevel();
}
2006-03-19 02:42:40 -05:00
void early_init(void) {}
char *default_image_path()
{
return "factor.image";
}