Panda3DS/include/jni_driver.hpp
wheremyfoodat f2fac171a0 Bonk
2023-12-26 02:21:36 +02:00

8 lines
124 B
C++

#include <vector>
#include "helpers.hpp"
namespace Pandroid {
static void onSmdhLoaded(const std::vector<u8>& smdh);
};