Fix Pandroid class

This commit is contained in:
wheremyfoodat 2023-12-26 02:29:47 +02:00
parent 1c691e1690
commit 5341ee8f1e

View file

@ -3,6 +3,7 @@
#include "helpers.hpp"
namespace Pandroid {
class Pandroid {
public:
static void onSmdhLoaded(const std::vector<u8>& smdh);
};