Adds the -tickrate launch option without sourcehooks or including the sdk
g++ -std=c++17 main.cpp -o TickrateEnabler64.so -fPIC -s -shared -m64
-m32 for 32 bit builds
g++ -std=c++17 main.cpp -o TickrateEnabler64.dll -fPIC -s -shared -m64
-m32 for 32 bit builds
or just compile in Visual studio or something