27#ifndef __PLATFORMWIDGET_H__
28#define __PLATFORMWIDGET_H__
31#include "../../objects/PWidget.h"
32#include "../../utility/Defs.h"
65 virtual void SetParentSurface(SDL_Surface * surface);
77 virtual bool RotoZoom(
double angle,
double zoomx,
double zoomy,
int smooth);
88 virtual std::ostream &
SendToStream(std::ostream& out)
const;