28 #ifndef GOB_BACKBUFFER_H 29 #define GOB_BACKBUFFER_H 31 #include "common/system.h" 44 void resizeBuffer(uint16 width, uint16 height);
46 bool saveScreen (
const Surface &dest, int16 &left, int16 &top, int16 &right, int16 &bottom);
47 bool restoreScreen(
Surface &dest, int16 &left, int16 &top, int16 &right, int16 &bottom);
49 bool hasBuffer()
const;
50 bool hasSavedBackground()
const;
64 #endif // GOB_BACKBUFFER_H Definition: backbuffer.h:37
Definition: surface.h:100