mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-03 10:44:49 +12:00
Bonk v1
This commit is contained in:
parent
5ec6d8a5d5
commit
c8db0098f5
12 changed files with 51 additions and 55 deletions
|
@ -1,6 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
class AndroidUtils {
|
||||
public:
|
||||
static int openDocument(const char* directory, const char* mode);
|
||||
};
|
||||
namespace AndroidUtils {
|
||||
int openDocument(const char* directory, const char* mode);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue