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" 43 void draw(
bool updateScreen =
true);
52 void suppressNextDraw();
54 const Font *getFont(uint
id)
const {
return id < _fonts.
size() ? &_fonts[id] :
nullptr; }
60 uint32 getTransColor() {
return _transColor; }
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:37
Definition: renderobject.h:36
size_type size() const
Definition: array.h:315
Val & getOrCreateVal(const Key &key)
Definition: hashmap.h:622
Definition: actionmanager.h:32