27#ifndef __PLATFORMWINDOW_H__
28#define __PLATFORMWINDOW_H__
33#include "../../base/PEBLObject.h"
34#include "../../objects/PWindow.h"
35#include "../../objects/PColor.h"
38#include "../../apps/Globals.h"
70 long int DrawFor(
unsigned int cycles);
77 virtual std::ostream &
SendToStream(std::ostream& out)
const;
78 virtual std::string
ObjectName()
const{
return "PlatformWindow";};