22 #ifndef NANCY_GRAPHICS_H 23 #define NANCY_GRAPHICS_H 25 #include "common/path.h" 27 #include "graphics/screen.h" 29 #include "engines/nancy/font.h" 41 void draw(
bool updateScreen =
true);
50 void suppressNextDraw();
52 const Font *getFont(uint
id)
const {
return id < _fonts.
size() ? &_fonts[id] :
nullptr; }
58 uint32 getTransColor() {
return _transColor; }
73 bool getIsSuppressed()
const {
return _isSuppressed; }
84 static int objectComparator(
const void *a,
const void *b);
101 uint32 _transColor = 0;
108 #endif // NANCY_GRAPHICS_H Definition: managed_surface.h:51
Definition: graphics.h:36
Definition: renderobject.h:36
size_type size() const
Definition: array.h:316
Val & getOrCreateVal(const Key &key)
Definition: hashmap.h:626
Definition: actionmanager.h:32