mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-07 22:55:40 +12:00
9 lines
130 B
C++
9 lines
130 B
C++
#include <vector>
|
|
|
|
#include "helpers.hpp"
|
|
|
|
|
|
class Pandroid {
|
|
public:
|
|
static void onSmdhLoaded(const std::vector<u8>& smdh);
|
|
};
|