We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8cdd655 + ede24fb commit 421baa2Copy full SHA for 421baa2
1 file changed
README.md
@@ -66,6 +66,7 @@ At first your project need to know about `CleanCheat`. For that you have to:
66
67
- Copy `src/CleanCheat` and `src/CleanCheat.h` OR download [Latest Release](https://github.com/CorrM/CleanCheat/releases/latest) to your project dir
68
- Add `#include "CleanCheat.h"` into your cpp/h files (if you have precompiled headers it is a good place to add this include there)
69
+- [Initialize shared data](#shared-data-basic-setup) if you will use it
70
71
**Note**:
72
In cpp/h files you need to include `CleanCheat.h` **NOT** `CleanCheat/CleanCheat.h`
0 commit comments