7 lines
78 B
C++
7 lines
78 B
C++
|
#include "master.hpp"
|
||
|
|
||
|
const char *vm_executable_path(void)
|
||
|
{
|
||
|
return NULL;
|
||
|
}
|