Ben Morse
b85758ec19
fix decls
2018-01-09 10:41:16 -08:00
Ben Morse
ec6af6132d
fix build.py for unreal =)
2018-01-09 10:41:00 -08:00
Ben Morse
f99a260b07
'build.py unreal' to copy libs/headers into unreal example project
2018-01-09 10:35:37 -08:00
Ben Morse
839ba32671
use unambiguous C declaration style
2018-01-05 16:56:08 -08:00
Ben Morse and GitHub
6a59509b7b
add Discord_ClearPresence() ( #104 )
...
send-presence example updated - start a line with 'c' to toggle
whether presence information is sent or not.
Added ClearPresence to .cs bindings
Added ClearPresence to UE4 blueprint class.
2018-01-05 15:17:23 -08:00
Ben Morse
2d0661c906
fix debug build with static crt
...
CMAKE_BUILD_TYPE is not set at configuration time, so we can't test
against it. So, we string-replace /MD with /MT in the c[xx] flags for
the different targets. CF:
https://stackoverflow.com/questions/14172856/cmake-compile-with-mt-instead-of-md
2018-01-05 10:42:44 -08:00