|
OPTPiX SpriteStudio SDK
|
Inheritance diagram for SSTextureBMP:
Collaboration diagram for SSTextureBMP:Public Member Functions | |
| bool | Load (const char *fname) |
| virtual int | getWidth () |
| virtual int | getHeight () |
| virtual ISSTexture * | create () |
| virtual const char * | getFilename () |
Public Member Functions inherited from ISSTexture | |
| bool | isPow2 () |
Public Attributes | |
| int | tex_width |
| int | tex_height |
| std::string | m_filename |