Kigs Framework  Doc version 0.8
Open source multi purpose Rapid Application Development framework
FileManager.h
1 #ifndef _PLATFORM_FILEMANAGER_H
2 #define _PLATFORM_FILEMANAGER_H
3 
4 //#include "../../FileManagerAndroid/Headers/ModuleFileManagerAndroid.h"
5 void PlatformFileManagerModuleInit(KigsCore* /*core*/, const kstl::vector<CoreModifiableAttribute*>* /*params*/){;}
6 void PlatformFileManagerModuleClose(KigsCore* /*core*/){;}
7 void PlatformFileManagerModuleUpdate(const Timer* /*timer*/){;}
8 void PlatformFileManagerGetModuleInstance(ModuleBase** /*instance*/){;}
9 
10 #endif //_PLATFORM_FILEMANAGER_H
KigsCore
Definition: Core.h:100
Timer
Definition: Timer.h:28