pgl: Add service interface for IShellInterface

This commit is contained in:
Michael Scire
2020-04-15 21:02:09 -07:00
parent 1f9cb90923
commit b1aee64b81
2 changed files with 75 additions and 0 deletions

View File

@@ -19,3 +19,4 @@
#include <stratosphere/pgl/pgl_types.hpp>
#include <stratosphere/pgl/pgl_event_observer.hpp>
#include <stratosphere/pgl/pgl_shell_api.hpp>
#include <stratosphere/pgl/sf/pgl_sf_i_shell_interface.hpp>