#include "generic.h"
#include <wx/wx.h>
#include <wx/file.h>
#include <wx/list.h>
Go to the source code of this file.
Classes | |
struct | DataPos |
Position of pieces of data in the file. More... | |
union | fourcc |
Commonly used file structure (four byte tag). More... | |
class | Loader |
Abstract loader class. More... | |
Functions | |
WX_DECLARE_LIST (DataPos, Datas) | |
bool | cmp_fourcc (const fourcc cc, const char *str) |
Compare fourcc with a given string. | |
void | LoadersRegister () |
Register all available loaders. |
|
Compare fourcc with a given string.
|
|
Register all available loaders. Register all loader classes. |
|
|