mirror of
https://github.com/izzy2lost/Panda3DS.git
synced 2026-03-10 12:38:37 -07:00
5 lines
100 B
C++
5 lines
100 B
C++
|
|
#pragma once
|
||
|
|
|
||
|
|
namespace AndroidUtils {
|
||
|
|
int openDocument(const char* directory, const char* mode);
|
||
|
|
}
|