10 lines
147 B
C
10 lines
147 B
C
|
|
|
||
|
|
#ifndef BBFILESYSTEM_H
|
||
|
|
#define BBFILESYSTEM_H
|
||
|
|
|
||
|
|
#include "bbsys.h"
|
||
|
|
#include "../gxruntime/gxfilesystem.h"
|
||
|
|
|
||
|
|
extern gxFileSystem *gx_filesys;
|
||
|
|
|
||
|
|
#endif
|