ceplugin 0.6.0

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

extern volatile unsigned int cpucount;
unsigned int initAPcpus(void);

#endif /*MULTICORE_H_*/