Initial commit.

This commit is contained in:
blitz-research
2014-01-31 08:23:00 +13:00
commit 08a613ed0e
322 changed files with 45306 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#ifndef BBFILESYSTEM_H
#define BBFILESYSTEM_H
#include "bbsys.h"
#include "../gxruntime/gxfilesystem.h"
extern gxFileSystem *gx_filesys;
#endif