mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-03 10:44:49 +12:00
basic saf impl
This commit is contained in:
parent
3c25be4c63
commit
d6187f7af7
6 changed files with 80 additions and 2 deletions
6
include/android_utils.hpp
Normal file
6
include/android_utils.hpp
Normal file
|
@ -0,0 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
class AndroidUtils {
|
||||
public:
|
||||
static int openDocument(const char* directory, const char* mode);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue