mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-02 18:24:49 +12:00
6 lines
No EOL
123 B
C++
6 lines
No EOL
123 B
C++
#pragma once
|
|
|
|
class AndroidUtils {
|
|
public:
|
|
static int openDocument(const char* directory, const char* mode);
|
|
}; |