|
void | save () |
|
void | load () |
|
| LocalResourceFile (const Common::Path &filename) |
|
| LocalResourceFile (Resources *owner, const Common::Path &filename) |
|
bool | isSaving () const |
|
void | syncString (const char *&str) override |
|
void | syncStrings (const char **str, size_t count) override |
|
void | syncStrings2D (const char **str, size_t count1, size_t count2) override |
|
void | syncNumber (int &val) override |
|
void | syncNumbers (int *vals, size_t count) override |
|
void | syncNumbers2D (int *vals, size_t count1, size_t count2) override |
|
void | syncNumbers3D (int *vals, size_t count1, size_t count2, size_t count3) override |
|
void | syncBytes (byte *vals, size_t count) override |
|
void | syncBytes2D (byte *vals, size_t count1, size_t count2) override |
|
| ResourceFile (const Common::Path &filename) |
|
virtual | ~ResourceFile () |
|
virtual void | synchronize ()=0 |
|
Common::Path | _filename |
|
The documentation for this class was generated from the following file: