2013-05-11 22:24:31 -04:00
|
|
|
namespace factor {
|
2009-05-04 02:46:13 -04:00
|
|
|
|
2009-05-04 02:00:30 -04:00
|
|
|
#define VM_C_API extern "C"
|
2009-05-02 05:04:19 -04:00
|
|
|
|
2009-05-05 12:33:35 -04:00
|
|
|
void early_init();
|
2013-05-11 22:24:31 -04:00
|
|
|
const char* vm_executable_path();
|
|
|
|
const char* default_image_path();
|
2009-05-04 02:46:13 -04:00
|
|
|
}
|