#include <VirtualFile.h>
Data Fields | |
| const char * | name |
| Virtual file name. | |
| void * | data |
| RAM data block. | |
| int | size |
| Block data size. | |
| int * | type |
| Associated source (e.g. &VF_MEMORY). Don't forget the &, which is there so you can pass a variable which is not known at compile time (virtual file sources are registered upon start, so the compiler doesn't know the ID it will be given in advance). | |
1.5.2