mirror of
https://github.com/cheat-engine/cheat-engine
synced 2026-08-15 02:26:08 -04:00
8 lines
No EOL
146 B
Text
Executable file
8 lines
No EOL
146 B
Text
Executable file
#ifndef POINTERSCAN_H
|
|
#define POINTERSCAN_H
|
|
|
|
#include <windows.h>
|
|
|
|
int pointerscan(UINT_PTR address, int structsize, int maxlevel);
|
|
|
|
#endif |