diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-03-25 22:36:35 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-03-25 23:58:08 +0100 |
commit | 8094f2fe22c9abc7aa4bc7e28a51a9de2dbae98d (patch) | |
tree | 4ad63f2d42bf77930e437ea532f1fc986f8c74d1 /csgo_radar_kmem/pch.h | |
parent | 1647f4b4f9ebef8b938222b1f48d9a15cc262e97 (diff) |
added CSGO cheat whcih instruments a non-public r0 interface
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'csgo_radar_kmem/pch.h')
-rw-r--r-- | csgo_radar_kmem/pch.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/csgo_radar_kmem/pch.h b/csgo_radar_kmem/pch.h new file mode 100644 index 0000000..b04e71e --- /dev/null +++ b/csgo_radar_kmem/pch.h @@ -0,0 +1,14 @@ +// Tips for Getting Started: +// 1. Use the Solution Explorer window to add/manage files +// 2. Use the Team Explorer window to connect to source control +// 3. Use the Output window to see build output and other messages +// 4. Use the Error List window to view errors +// 5. Go to Project > Add New Item to create new code files, or Project > Add Existing Item to add existing code files to the project +// 6. In the future, to open this project again, go to File > Open > Project and select the .sln file + +#ifndef PCH_H +#define PCH_H + +// TODO: add headers that you want to pre-compile here + +#endif //PCH_H |