--- Compiling the mod ---

- Install Visual Studio Community: https://visualstudio.microsoft.com/
- Download and extract the ScriptHookRDR2 SDK: http://www.dev-c.com/rdr2/scripthookrdr2/
- Open build.bat in a text editor and edit the variables at the top.
    - SHRDR2_LIB_PATH should point where you extracted ScriptHookRDR2.lib.
    - SHRDR2_INCLUDE_PATH should point where you extracted the "inc" folder from the ScriptHookRDR2 SDK.
    - If you want to automatically copy the mod to your game folder whenever you build it, make sure INSTALL_DIR contains the correct game folder path.
- Open an "x64 Native Tools Command Prompt" (search for it, or find it under Visual Studio in the Start Menu)
    - Navigate to the source code folder on the command line -- e.g. "cd C:/path/to/the/source/code".
	- Run "build.bat release".
