library/src/vkvm.cpp

7 lines
106 B
C++

#include "vkvm.h"
#include "internal.h"
void initialize(int pid) {
internal.sharedMemoryPid = pid;
}