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

Bring that Whole New World to the Old Continent too

Applies the clang-format style to the 2.1 branch as done for master in
5dbf1809c6.
This commit is contained in:
Rémi Verschelde
2017-03-19 00:36:26 +01:00
parent 1d418afe86
commit f8db8a3faa
1308 changed files with 147754 additions and 174357 deletions

View File

@@ -31,13 +31,11 @@
#ifndef ANDROID_NATIVE_ACTIVITY
#include "java_glue.h"
#include "os/dir_access.h"
#include <stdio.h>
class DirAccessJAndroid : public DirAccess {
class DirAccessJAndroid : public DirAccess {
//AAssetDir* aad;
@@ -57,7 +55,6 @@ class DirAccessJAndroid : public DirAccess {
static DirAccess *create_fs();
public:
virtual bool list_dir_begin(); ///< This starts dir listing
virtual String get_next();
virtual bool current_is_dir() const;
@@ -70,7 +67,6 @@ public:
virtual Error change_dir(String p_dir); ///< can be relative or absolute, return false on success
virtual String get_current_dir(); ///< return current dir location
virtual bool file_exists(String p_file);
virtual bool dir_exists(String p_dir);
@@ -82,8 +78,7 @@ public:
//virtual FileType get_file_type() const;
size_t get_space_left();
static void setup( jobject io);
static void setup(jobject io);
DirAccessJAndroid();
~DirAccessJAndroid();