mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
Bonk
This commit is contained in:
parent
0ab7bf3b17
commit
f2fac171a0
22 changed files with 324 additions and 323 deletions
|
@ -1,7 +1,8 @@
|
|||
#include <vector>
|
||||
|
||||
#include "helpers.hpp"
|
||||
|
||||
class Pandroid {
|
||||
public:
|
||||
static void onSmdhLoaded(const std::vector<u8> &smdh);
|
||||
|
||||
namespace Pandroid {
|
||||
static void onSmdhLoaded(const std::vector<u8>& smdh);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue