mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-08-07 14:50:21 +00:00
Revert "added partial VFS support - enough to read static data from any source"
This reverts commit fa3e9e7329
.
This commit is contained in:
parent
fa3e9e7329
commit
56c6833220
56 changed files with 608 additions and 4023 deletions
10
BBGE/Core.h
10
BBGE/Core.h
|
@ -51,8 +51,6 @@ BUILD_LINUX
|
|||
#include "FrameBuffer.h"
|
||||
#include "Shader.h"
|
||||
|
||||
#include "VFSIncludes.h"
|
||||
|
||||
class ParticleEffect;
|
||||
|
||||
class ParticleManager;
|
||||
|
@ -1402,14 +1400,6 @@ protected:
|
|||
int tgaSave(const char *filename, short int width, short int height, unsigned char pixelDepth, unsigned char *imageData);
|
||||
virtual void onUpdate(float dt);
|
||||
virtual void onRender(){}
|
||||
|
||||
// VFS related
|
||||
private:
|
||||
std::set<ttvfs::VFSFile*> vfsFilesToClear; // used for dropBuf() delaying
|
||||
public:
|
||||
ttvfs::VFSHelper vfs;
|
||||
void setupVFS(const char *extradir = NULL);
|
||||
void addVFSFileForDrop(ttvfs::VFSFile *vf);
|
||||
};
|
||||
|
||||
extern Core *core;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue