fix space/tabbing here
This commit is contained in:
parent
0ad1f7feb2
commit
e222dbc554
|
@ -1,8 +1,6 @@
|
|||
#ifndef BIZFILEMANAGER_H
|
||||
#define BIZFILEMANAGER_H
|
||||
|
||||
#include "types.h"
|
||||
|
||||
namespace FileManager
|
||||
{
|
||||
|
||||
|
|
|
@ -7,9 +7,9 @@ namespace Platform
|
|||
|
||||
struct ConfigCallbackInterface
|
||||
{
|
||||
bool (*GetBoolean)(ConfigEntry entry);
|
||||
int (*GetInteger)(ConfigEntry entry);
|
||||
void (*GetString)(ConfigEntry entry, char* buffer, int bufferSize);
|
||||
bool (*GetBoolean)(ConfigEntry entry);
|
||||
int (*GetInteger)(ConfigEntry entry);
|
||||
void (*GetString)(ConfigEntry entry, char* buffer, int bufferSize);
|
||||
bool (*GetArray)(ConfigEntry entry, void* buffer);
|
||||
};
|
||||
|
||||
|
|
|
@ -9,8 +9,8 @@ namespace Platform
|
|||
|
||||
struct FileCallbackInterface
|
||||
{
|
||||
int (*GetLength)(const char* path);
|
||||
void (*GetData)(const char* path, u8* buffer);
|
||||
int (*GetLength)(const char* path);
|
||||
void (*GetData)(const char* path, u8* buffer);
|
||||
};
|
||||
|
||||
ECL_INVISIBLE static FileCallbackInterface FileCallbacks;
|
||||
|
|
Loading…
Reference in New Issue