#include <SpriteManager.h>
Inheritance diagram for CSpriteSheet:
Protected Methods | |
bool | Load (CString &sFile) |
Reads the object from the disk. | |
bool | Save (CString &sFile) |
Reads the object from the disk. |
Definition at line 327 of file SpriteManager.h.
|
Reads the object from the disk. Loads or reads the object from the disk. This method fills all necesary information and attributes from the object in a file
Implements IIOObject. Definition at line 332 of file SpriteManager.h. |
|
Reads the object from the disk. Saves or writes the object to the disk. This method takes all necesary information and attributes from the object and put them in the file for latter load and use of the object.
Implements IIOObject. Definition at line 333 of file SpriteManager.h. |