public void ReallocHeapData(GLUTHeapData newData) { HeapData = newData; }
internal GLUT() { HeapData = new GLUTHeapData(); }