mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 06:05:40 +12:00
5 lines
No EOL
100 B
C++
5 lines
No EOL
100 B
C++
#pragma once
|
|
|
|
namespace AndroidUtils {
|
|
int openDocument(const char* directory, const char* mode);
|
|
} |