1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

Restructuring glue code to make it easier to extend

This commit is contained in:
Bastiaan Olij
2019-03-13 23:51:55 +11:00
parent 1ab9b86a21
commit b2c0a687f1
14 changed files with 691 additions and 374 deletions

View File

@@ -32,7 +32,7 @@
#define DIR_ACCESS_JANDROID_H
#include "core/os/dir_access.h"
#include "java_glue.h"
#include "java_godot_lib_jni.h"
#include <stdio.h>
class DirAccessJAndroid : public DirAccess {