28 #ifndef HPL_LOWLEVEL_PICTURE_H 29 #define HPL_LOWLEVEL_PICTURE_H 31 #include "common/system.h" 32 #include "hpl1/engine/system/String.h" 33 #include "hpl1/engine/system/SystemTypes.h" 42 tString getType() {
return _type; }
44 uint32 getHeight()
const {
return _height; }
45 uint32 getWidth()
const {
return _width; }
47 virtual uint32 getBpp()
const = 0;
49 virtual bool hasAlpha() = 0;
51 void setPath(
const tString &path) { _path = path; }
52 tString getPath() {
return _path; }
66 #endif // HPL_LOWLEVEL_PICTURE_H
Definition: LowLevelPicture.h:37
static tString GetFileName(const tString &aString)