#include "NullWin.h" NullWin::NullWin() { glutHideWindow(); } NullWin::~NullWin() { } void NullWin::display() { }