yuzu-android/src/web_service
Lioncash a7725d354c telemetry_json: Use the PImpl idiom to avoid unnecessary dependency exposure
Users of the web_service library shouldn't need to care about an
external library like json.h. However, given it's exposed in our
interface, this requires that other libraries publicly link in the JSON
library. We can do better.

By using the PImpl idiom, we can hide this dependency in the cpp file
and remove the need to link that library in altogether.
2018-10-10 21:10:36 -04:00
..
CMakeLists.txt
telemetry_json.cpp telemetry_json: Use the PImpl idiom to avoid unnecessary dependency exposure 2018-10-10 21:10:36 -04:00
telemetry_json.h telemetry_json: Use the PImpl idiom to avoid unnecessary dependency exposure 2018-10-10 21:10:36 -04:00
verify_login.cpp
verify_login.h
web_backend.cpp
web_backend.h