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