From 5341ee8f1e464618a4eb9fe12b368e4be2a21239 Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Tue, 26 Dec 2023 02:29:47 +0200 Subject: [PATCH] Fix Pandroid class --- include/jni_driver.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); };