ceplugin 0.6.0

Rust bindings to the Cheat Engine plugin SDK
Documentation
1
2
3
4
5
6
7
8
#ifndef OSSPECIFIC_H_
#define OSSPECIFIC_H_

#include "vmmhelper.h"

int getpid(pcpuinfo currentcpuinfo);

#endif /*OSSPECIFIC_H_*/