22 #ifndef LASTEXPRESS_GRAPHICS_H 23 #define LASTEXPRESS_GRAPHICS_H 25 #include "lastexpress/drawable.h" 49 void clear(BackgroundType type);
50 void clear(BackgroundType type,
const Common::Rect &rect);
55 bool draw(
Drawable *drawable, BackgroundType type,
bool transition =
false);
72 #endif // LASTEXPRESS_GRAPHICS_H
Definition: animation.h:45
Definition: drawable.h:29
Definition: graphics.h:29