/* Snipped from header file */ /// Employs various magic to "resize" the current terrain (which is technically not possible). void resizeTerrain(); /*Snipped from source */ void Renderer::resizeTerrain() { }