We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd3205a commit 2754c96Copy full SHA for 2754c96
example.cpp
@@ -2,7 +2,7 @@
2
#include <thread>
3
4
int main( ) {
5
- forceinline::dx_overlay overlay( proc_instance, L"CoDBlackOps", L"Call of Duty®: Black Ops II - Multiplayer" );
+ forceinline::dx_overlay overlay( L"CoDBlackOps", L"Call of Duty®: Black Ops II - Multiplayer", true /*Read comments regarding this*/ );
6
7
if ( !overlay.is_initialized( ) )
8
return 0;
0 commit comments