grc.h 292 B

123456789101112131415
  1. // Copyright 2018 yuzu emulator team
  2. // Licensed under GPLv2 or any later version
  3. // Refer to the license.txt file included.
  4. #pragma once
  5. namespace Service::SM {
  6. class ServiceManager;
  7. }
  8. namespace Service::GRC {
  9. void InstallInterfaces(SM::ServiceManager& sm);
  10. } // namespace Service::GRC