diff --git a/include/jni_driver.hpp b/include/jni_driver.hpp index a4d6895e..a11a4df0 100644 --- a/include/jni_driver.hpp +++ b/include/jni_driver.hpp @@ -3,6 +3,7 @@ #include "helpers.hpp" -namespace Pandroid { +class Pandroid { + public: static void onSmdhLoaded(const std::vector& smdh); };